File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/precip_scaling_jra_1958 Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 313
313
"SMS_P480_Ld5.TL319_IcoswISC30E3r5.GMPAS-JRA1p5-DIB-PISMF-TMIX.mpaso-jra_1958" ,
314
314
"PET_P480_Ld2.TL319_IcoswISC30E3r5.GMPAS-JRA1p5-DIB-PISMF-DSGR.mpaso-jra_1958" ,
315
315
"PET_P480_Ld2.TL319_IcoswISC30E3r5.GMPAS-JRA1p5-DIB-PISMF-DSGR.mpaso-freshwater_tracers_jra_1958" ,
316
+ "SMS_P480_Ld5.TL319_IcoswISC30E3r5.GMPAS-JRA1p5.mpaso-precip_scaling_jra_1958" ,
316
317
)
317
318
},
318
319
Original file line number Diff line number Diff line change
1
+ This testdef is used to test a stealth feature in mpaso introduced by
2
+ PR #7361. It simplies changes one mpaso namelist variable,
3
+ config_use_precip_scaling
4
+ from its default value of .false. to .true.. It also sets associated
5
+ variables,
6
+ config_precip_scaling_mode
7
+ config_precip_scaling_constant_factor
8
+ for testing. This particular testdef also limmits the required JRA
9
+ forcing data to a single year to reduce the number of files needed for
10
+ testing.
Original file line number Diff line number Diff line change
1
+ ./xmlchange DATM_CLMNCEP_YR_START=1958
2
+ ./xmlchange DATM_CLMNCEP_YR_END=1958
3
+ ./xmlchange DROF_STRM_YR_START=1958
4
+ ./xmlchange DROF_STRM_YR_END=1958
Original file line number Diff line number Diff line change
1
+ config_use_precip_scaling = .true.
2
+ config_precip_scaling_mode = 'constant'
3
+ config_precip_scaling_constant_factor = 0.95
You can’t perform that action at this time.
0 commit comments