Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Regarding CAM5 run with MODIS simulator ON , but got output with no values

Please help me in this.... I run CAM5.0 with MODIS simulator turned ON, but when the run completed there is no value in the variables which came out from the simultors.. like CLTMODIS, IWPMODIS and LWPMODIS... ad when i made
plots for this values , whole plots came blank... i also checked with ncview and it also showing blank .... i checked the value inside the variables and surprised to see that all the value were undefined ... below i put the
change which i made in atm_in during running the model.... kindly see if i made some mistakes... thanks in advance...

&phys_ctl_nl
cam_chempkg = 'trop_mam3'
cam_physpkg = 'cam5'
conv_water_in_rad = 1
deep_scheme = 'ZM'
do_clubb_sgs = .false.
do_tms = .true.
eddy_scheme = 'diag_TKE'
history_aero_optics = .true.
history_aerosol = .true.
history_amwg = .true.
history_budget = .false.
history_eddy = .false.
macrop_scheme = 'park'
microp_scheme = 'MG'
radiation_scheme = 'rrtmg'
shallow_scheme = 'UW'
srf_flux_avg = 0
use_subcol_microp = .false.
waccmx_opt = 'off'
/
&physconst_nl
tms_orocnst = 1.0D0
tms_z0fac = 0.075D0

prescribed_ozone_type = 'CYCLICAL'
/
&ref_pres_nl
clim_modal_aero_top_press = 1.D-4
trop_cloud_top_press = 1.D2
/
&solar_inparm
solar_data_file =
'/home/opt/inputdata/atm/cam/solar/solar_ave_sc19-sc23.c090810.nc'
solar_htng_spctrl_scl = .true.
/
&tropopause_nl
tropopause_climo_file =
'/home/opt/inputdata/atm/cam/chem/trop_mozart/ub/clim_p_trop.nc'
/
&uwshcu_nl
uwshcu_rpen = 5.0
/
&vert_diff_nl
diff_cnsrv_mass_check = .false.
do_iss = .true.
eddy_lbulk_max = 40.D3
eddy_leng_max = 40.D3
eddy_max_bot_pressure = 100.D3
kv_freetrop_scale = 1.D0
kv_top_pressure = 0.D0
kv_top_scale = 1.D0
/
&wetdep_inparm
gas_wetdep_list = 'H2O2','SO2'
/
&zmconv_nl
zmconv_c0_lnd = 0.0059D0
zmconv_c0_ocn = 0.0450D0
zmconv_ke = 1.0E-6
/
&cospsimulator_nl
docosp = .true.
cosp_lmodis_sim = .true.
cosp_lmisr_sim = .true.
 

eaton

CSEG and Liaisons
I ran a 1-day test using cesm1_2_1 and it was successful.  I used a cam standalone script for running FV, 2-deg, cam5 w/ cosp.  The relevent parts of the configure and build-namelist commands are:% configure  -dyn  fv  -hgrid  1.9x2.5  -phys  cam5  -cosp ...
% build-namelist -namelist "&atm nhtfrq=-24 docosp=.true. cosp_lmodis_sim=.true. cosp_lmisr_sim=.true. ..../" ...nhtfrq=-24 results in 2 time samples in the h0 file.  The first is the nstep=0 output and the second is the average for the 1st day.  I looked at a few MODIS and MISR fields using ncview, including CLTMODIS, IWPMODIS and LWPMODIS, and everything looked reasonable.  I did see that the fields from both simulators are all fill value north of about 65N.  I assume that's to be expected for the polar night (my run was for Jan 1).What CESM version are you using and how did you set up the run?   
 
 Hello, very thankfull for your promt reply.... i am using CESM1_2_0 and one coorection in my question is that i am using CAM5.3 for runs..... i made 
Code:
<span style="font-size: small;">&cospsimulator_nl</span><br /><span style="font-size: small;">docosp = .true.</span><br /><span style="font-size: small;">cosp_lmodis_sim = .true.</span><br /><span style="font-size: small;">cosp_lmisr_sim = .true.</span><br /><br /><span style="font-size: small;"> but for configure i have to check again..... hope this will work.... will let you know.... thanks again</span><br /><br /><span style="font-size: small;">you can see my whole atm_in file below in attachments... n suggest something if it need some changes......</span>

 

eaton

CSEG and Liaisons
I was also able to successfully run COSP with the modis and misr simulators in the cesm1_2_0 code. 
 
Top