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

bndtvs (changing SST boundary conditions)

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.  
 

zarzycki

New Member
Hyo,The SST data stream is controlled by either changing the path/file in env_run.xml or adding user_docn.streams.txt.prescribed file and modifying that (see the DOCN section here)
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
Youn eed to edit the variables in env_run.xml: env_run.xml:   
 
Top