forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from daniele-peano/dev/tests_compsets
Add CMCC compsets and one test for this component in CMCC framework
- Loading branch information
Showing
6 changed files
with
123 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
cime_config/testdefs/testmods_dirs/cam/def_cmcc/shell_commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
./xmlchange CAM_CONFIG_OPTS='-phys cam_dev -chem waccm_sc_mam4 -nlev 83' | ||
./xmlchange SSTICE_MESH_FILENAME='$DIN_LOC_ROOT/share/meshes/fv0.47x0.63_141008_FIX102722_polemod_ESMFMesh.nc' | ||
./xmlchange SSTICE_DATA_FILENAME='$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_0.47x0.63_1850_2017_c180507.nc' | ||
./xmlchange SSTICE_YEAR_ALIGN=1980 | ||
./xmlchange SSTICE_YEAR_START=1980 | ||
./xmlchange MOSART_SIM_YEAR=1980 | ||
./xmlchange RUN_STARTDATE=1980-01-01 | ||
./xmlchange CLM_FORCE_COLDSTART=on |
26 changes: 26 additions & 0 deletions
26
cime_config/testdefs/testmods_dirs/cam/def_cmcc/user_nl_cam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
ncdata = '$DIN_LOC_ROOT/atm/cam/inic/fv/cami_0000-01-01_0.47x0.63_L83_c230109.nc' | ||
effgw_beres_dp = 0.90D0 | ||
gw_qbo_hdepth_scaling = 0.25D0 | ||
qbo_use_forcing = .false. | ||
frontgfc = 2.7D-15 | ||
taubgnd = 2.5D-3 | ||
effgw_rdg_beta = 0.75D0 | ||
effgw_rdg_beta_max = 0.75D0 | ||
tau_0_ubc=.true. | ||
ubc_specifier = 'Q->2.d-10vmr' | ||
gw_apply_tndmax = .false. | ||
gw_limit_tau_without_eff = .true. | ||
gw_lndscl_sgh = .false. | ||
gw_oro_south_fac = 2.d0 | ||
do_circulation_diags=.true. | ||
fv_nsplit=18 | ||
fv_nspltrac=9 | ||
fv_nspltvrm=9 | ||
fv_filtcw = 1 | ||
empty_htapes = .true. | ||
mfilt = 1 | ||
nhtfrq = -24 | ||
fexcl1 = ' ' | ||
fincl1 = 'TREFHT','PRECT','U','V','Q','T','PSL','OMEGA','PS', | ||
'TS', 'TAUX','TAUY','FLNT','FLNS','FSNS','FSNT', | ||
'LHFLX','SHFLX','TMQ','FLDS','FSDS','FSDSC','SWCF','LWCF','Z3' |
21 changes: 21 additions & 0 deletions
21
cime_config/testdefs/testmods_dirs/cam/def_cmcc/user_nl_clm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
!---------------------------------------------------------------------------------- | ||
! Users should add all user specific namelist changes below in the form of | ||
! namelist_var = new_namelist_value | ||
! | ||
! EXCEPTIONS: | ||
! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting | ||
! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting | ||
! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting | ||
! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting | ||
! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting | ||
! Set co2_ppmv with CCSM_CO2_PPMV option | ||
! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options | ||
! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases | ||
! (includes $inst_string for multi-ensemble cases) | ||
! or with CLM_FORCE_COLDSTART to do a cold start | ||
! or set it with an explicit filename here. | ||
! Set maxpatch_glc with GLC_NEC option | ||
! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable | ||
!---------------------------------------------------------------------------------- | ||
flanduse_timeseries = '$DIN_LOC_ROOT/lnd/clm2/surfdata_map/landuse.timeseries_0.47x0.63_hist_16pfts_Irrig_CMIP6_simyr1850-2015_c171025.nc' | ||
fsurdat = '$DIN_LOC_ROOT/lnd/clm2/surfdata_map/surfdata_0.47x0.63_16pfts_Irrig_CMIP6_simyr1850_c170919.nc' |