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

Using a T,S initial conditions from a Restart file for B_1850_CAM_CN

Using the CESM1.2.2, I created the standard B_1850_CAM_CN withf09_g16 resolution.Upon changing the ocean namelist===>init_ts_file = '/gfs2/work/hbksnand/cesm1_2_2/SCRATCH/BigCaspian/run/RestartPOP_BCyr_gx1v6.nc'
! init_ts_option = 'ccsm_hybrid'
INIT_TS_FILE_FMT        = 'nc'The CESM doesnt take the values from the init_ts_file from the RestartPOP_BCyr_gx1v6.nc, instead it takes values from the default initial ocean files which are:./b40_1850_1d_b08c5cn_138j.pop.r.0320-01-01-00000           RESTART_FMT=bin In this case, the init_ts_file name will be read from the pointer file.
 Reading pointer file: rpointer.ocn.restartI have tried other options such as changing the rpointer_ocn_restart to:  ./RestartPOP_BCyr_gx1v6.nc        RESTART_FMT=ncBut it still doesnt work.How can i force the model to take the initial T, S from the restart file provided in the namelist and not from the rpointer_ocn_restart?Much appreacited.   
 
Top