hspark1@gmail_com
New Member
Composet: climatologically prescribed SSTs (F2000)Here, I am trying to modify SSTs using user_nl_cam.It seems that 'atm_in' file does not read in 'bndtvs'.Below is my script:&camexp
bndtvs='/home/hspark/cesm1_2_1/inputdata/atm/cam/sst/sst_HadOIBl_1.9x2.5_clim_DJF_30S-50N_EACS.nc'
FINCL1 = 'U', 'V', 'T', 'Q', 'Z3', 'OMEGA'
FINCL2 = 'TMQ', 'LHFLX', 'SHFLX',
'PRECT', 'PRECC', 'PRECL', 'PS', 'PSL', 'Z300', 'Z500',
'U200', 'V200', 'T300', 'Q200', 'U850', 'V850', 'T850', 'Q850'
nhtfrq = 0, -24
/=> I've checked 'atm_in' at run directory, but 'bndtvs' does not appear.Below is 'atm_in' at run directory:/
&cam_inparm
absems_data = '/home/hspark/cesm1_2_1/inputdata/atm/cam/rad/abs_ems_factors_fastvx.c030508.nc'
bnd_topo = '/home/hspark/cesm1_2_1/inputdata/atm/cam/topo/USGS-gtopo30_1.9x2.5_remap_c050602.nc'
dtime = 1800
fincl1 = 'U', 'V', 'T', 'Q', 'Z3', 'OMEGA'
fincl2 = 'TMQ', 'LHFLX', 'SHFLX', 'PRECT', 'PRECC', 'PRECL', 'PS', 'PSL', 'Z300', 'Z500', 'U200', 'V200', 'T300',
'Q200', 'U850', 'V850', 'T850', 'Q850'
ncdata = '/home/hspark/cesm1_2_1/inputdata/atm/cam/inic/fv/cami_0000-01-01_1.9x2.5_L26_c070408.nc'
nhtfrq = 0,-24
/
How can I add the new bndtvs link at 'atm_in' file?Thank you for helping,Hyo.
bndtvs='/home/hspark/cesm1_2_1/inputdata/atm/cam/sst/sst_HadOIBl_1.9x2.5_clim_DJF_30S-50N_EACS.nc'
FINCL1 = 'U', 'V', 'T', 'Q', 'Z3', 'OMEGA'
FINCL2 = 'TMQ', 'LHFLX', 'SHFLX',
'PRECT', 'PRECC', 'PRECL', 'PS', 'PSL', 'Z300', 'Z500',
'U200', 'V200', 'T300', 'Q200', 'U850', 'V850', 'T850', 'Q850'
nhtfrq = 0, -24
/=> I've checked 'atm_in' at run directory, but 'bndtvs' does not appear.Below is 'atm_in' at run directory:/
&cam_inparm
absems_data = '/home/hspark/cesm1_2_1/inputdata/atm/cam/rad/abs_ems_factors_fastvx.c030508.nc'
bnd_topo = '/home/hspark/cesm1_2_1/inputdata/atm/cam/topo/USGS-gtopo30_1.9x2.5_remap_c050602.nc'
dtime = 1800
fincl1 = 'U', 'V', 'T', 'Q', 'Z3', 'OMEGA'
fincl2 = 'TMQ', 'LHFLX', 'SHFLX', 'PRECT', 'PRECC', 'PRECL', 'PS', 'PSL', 'Z300', 'Z500', 'U200', 'V200', 'T300',
'Q200', 'U850', 'V850', 'T850', 'Q850'
ncdata = '/home/hspark/cesm1_2_1/inputdata/atm/cam/inic/fv/cami_0000-01-01_1.9x2.5_L26_c070408.nc'
nhtfrq = 0,-24
/
How can I add the new bndtvs link at 'atm_in' file?Thank you for helping,Hyo.