Hi MPAS folks,
I've run into an issue with MPAS where if I try to use the mynn PBL and surface layer schemes with the mesoscale_reference parameterization suite, MPAS will crash as soon as it tries to write out the first hourly restart file. My configuration of MPAS will run successfully with the mesoscale_reference suite of parameterizations, but the 2m temperature has a large cold bias, which is why I'm trying to run it with a different PBL and surface layer scheme. I've copied the physics section of my namelist.atmosphere below
&physics
config_sst_update = false
config_sstdiurn_update = false
config_deepsoiltemp_update = false
config_radtlw_interval = '00:30:00'
config_radtsw_interval = '00:30:00'
config_o3climatology = true
config_bucket_update = 'none'
config_physics_suite = 'mesoscale_reference'
config_gwdo_scheme = 'off'
config_sfclayer_scheme = 'sf_mynn'
config_pbl_scheme = 'bl_mynn'
config_microp_re = true
! config_radt_cld_scheme = 'suite'
config_radt_cld_scheme = 'cld_fraction_thompson'
I've also tried running this with config_gwdo_scheme set to 'by_ysu_gwdo' and got the same error. Any ideas as to what might be causing this? I'm running this on derecho in the /glade/derecho/scratch/mawilson/mpas_OSSE/MPAS-DART/rundir3/param_test directory if that helps.
Thanks,
Matt Wilson
I've run into an issue with MPAS where if I try to use the mynn PBL and surface layer schemes with the mesoscale_reference parameterization suite, MPAS will crash as soon as it tries to write out the first hourly restart file. My configuration of MPAS will run successfully with the mesoscale_reference suite of parameterizations, but the 2m temperature has a large cold bias, which is why I'm trying to run it with a different PBL and surface layer scheme. I've copied the physics section of my namelist.atmosphere below
&physics
config_sst_update = false
config_sstdiurn_update = false
config_deepsoiltemp_update = false
config_radtlw_interval = '00:30:00'
config_radtsw_interval = '00:30:00'
config_o3climatology = true
config_bucket_update = 'none'
config_physics_suite = 'mesoscale_reference'
config_gwdo_scheme = 'off'
config_sfclayer_scheme = 'sf_mynn'
config_pbl_scheme = 'bl_mynn'
config_microp_re = true
! config_radt_cld_scheme = 'suite'
config_radt_cld_scheme = 'cld_fraction_thompson'
I've also tried running this with config_gwdo_scheme set to 'by_ysu_gwdo' and got the same error. Any ideas as to what might be causing this? I'm running this on derecho in the /glade/derecho/scratch/mawilson/mpas_OSSE/MPAS-DART/rundir3/param_test directory if that helps.
Thanks,
Matt Wilson