Hi everyone,
I would like to try a nudge test using CESM2.2 for MERRA2.
I started a case like this:
./create_newcase --case nudge_test --compset FCnudged_case5 --res f09_f09_mg17
And I got this message:
This compset and grid combination is untested in CESM. Override this warning with the --run-unsupported option to create_newcase.
Therefore I started a new case like this
./create_newcase --case nudge_test --compset FCnudged_case5 --res f09_f09_mg17 --run-unsupported
./xmlchange NTHRDS=1,NTASKS=12
./xmlchange RUN_STARTDATE=20100101,STOP_OPTION=ndays,STOP_N=1,STOP_DATE=-999,DOUT_S=FALSE
./case.setup
./case.build --skip-provenance-check
./case.submit
Then it looks that cam is missing files:
Model cam missing file solar_irrad_data_file = '$my_path/CESM2.2/data/input/atm/cam/solar/SolarForcingCMIP6_18491230-23000102_c20200615.nc'
Model cam missing file ncdata = '$my_path/CESM2.2/data/input/atm/cam/inic/fv/f.e22.FC2010climo.f09_f09_mg17.cam6_2_022.001.cam.i.0016-01-01-00000_c200610.nc'
Model cam missing file nudge_path = '$my_path/CESM2.2/data/input/atm/cam/met/nudging/MERRA2_fv09_32L/'
Which tries to download via wget (see CESM_build_run files enclosed)
It looks that the model is already looking for those files and also the MERRA in 32 levels.
How could I have access to those files? Is making me for user and password.
Thanks in advance
I would like to try a nudge test using CESM2.2 for MERRA2.
I started a case like this:
./create_newcase --case nudge_test --compset FCnudged_case5 --res f09_f09_mg17
And I got this message:
This compset and grid combination is untested in CESM. Override this warning with the --run-unsupported option to create_newcase.
Therefore I started a new case like this
./create_newcase --case nudge_test --compset FCnudged_case5 --res f09_f09_mg17 --run-unsupported
./xmlchange NTHRDS=1,NTASKS=12
./xmlchange RUN_STARTDATE=20100101,STOP_OPTION=ndays,STOP_N=1,STOP_DATE=-999,DOUT_S=FALSE
./case.setup
./case.build --skip-provenance-check
./case.submit
Then it looks that cam is missing files:
Model cam missing file solar_irrad_data_file = '$my_path/CESM2.2/data/input/atm/cam/solar/SolarForcingCMIP6_18491230-23000102_c20200615.nc'
Model cam missing file ncdata = '$my_path/CESM2.2/data/input/atm/cam/inic/fv/f.e22.FC2010climo.f09_f09_mg17.cam6_2_022.001.cam.i.0016-01-01-00000_c200610.nc'
Model cam missing file nudge_path = '$my_path/CESM2.2/data/input/atm/cam/met/nudging/MERRA2_fv09_32L/'
Which tries to download via wget (see CESM_build_run files enclosed)
It looks that the model is already looking for those files and also the MERRA in 32 levels.
How could I have access to those files? Is making me for user and password.
Thanks in advance