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

definemldbdy

Hi,

To use the Slab Ocean Model instead of the SST model, I have gone through the directions on p. 22-23 of the CAM User's Guide, but I'm not having any luck.

The first step works fine:
./definemld1x1 -m mldfile.nc -v

The second one exits with an error, "No such file o directory":

./definemldbdy -s 10 -v -i mldfile.nc -o sst.nc

Is there a bug in the code? I tried to work with it a bit, but I'd like to know if this has worked for others before I put much more time into it.

Thanks!
 

bundy

New Member
Have you copied a template file into the directory where you are working? It needs to be the same resolution as your run.

Notes I have from the last time I did this are:
% ./definemld1x1 -m mldfile.nc -v
% cp $INPUTDATA/atm/cam2/sst/sst_HadOIBl_bc_1.9x2.5_clim_c050526.nc sst.nc
% chmod 644 sst.nc
 
Top