access_ACCESS_CM2_SSTrestoring - ACCESS-NRI/accessdev-Trac-archive GitHub Wiki

How to setup SST restoring experiment in ACCESS coupled model

==============

History

22 July 2018

Page created by Arnold Sullivan

Reference:

Experiment was setup by Christine Chung and Francois Delage

for more details please contact:

[email protected] & [email protected]

==============

Ksh-Version of ACCESS

go to $exp.init ========###### # 1st Step========

#copy 3d sponges temp and salt
 cp -f /short/eg3/cxc548/ACCESSCM2/restore_files/temp_3d_clim_time.nc $ocnrundir/INPUT/temp_sponge.nc
 cp -f /short/eg3/cxc548/ACCESSCM2/restore_files/temp_coeff_tropatl_3d.nc $ocnrundir/INPUT/temp_sponge_coeff.nc

 cp -f /short/eg3/cxc548/ACCESSCM2/restore_files/salt_3d_clim_time.nc $ocnrundir/INPUT/salt_sponge.nc
 cp -f /short/eg3/cxc548/ACCESSCM2/restore_files/salt_coeff_tropatl_3d.nc $ocnrundir/INPUT/salt_sponge_coeff.nc

#cchung
#cp -f /short/eg3/cxc548/ACCESSCM2/restore_files/mommask_tropics.nc INPUT/restore_mask.nc

========###### # 2nd Step======== Replace input.nml to the new one say:

cp -f /short/eg3/cxc548/ACCESSCM2/restore_files/input_sponge.nml input.nml

inside input_sponge.nml need to add:

        read_restore_mask=.true.                         |        read_restore_mask=.false.                       


   &ocean_sponges_tracer_nml                             |   &ocean_sponges_tracer_nml
        use_this_module=.false.                          |        use_this_module=.true.                          
        damp_coeff_3d=.false.                            |        damp_coeff_3d=.true.                            
  /                                                      |  /
   &ocean_sponges_tracer_OFAM_nml                        |   &ocean_sponges_tracer_OFAM_nml

Rose/Cylc Version of ACCESS

END

temp(salt)_sponge(_coeff).nc will be something like:

https://github.com/ACCESS-NRI/accessdev-Trac-archive/tree/main/attachments/wiki/wiki/access/ACCESS-CM2/SSTrestoring/Screenshot%20at%202018-07-24%2010-01-00.png

Attachments