I've been asked to remove the ocean from u-am008 so that we're left with an AMIP job. Here's what I've done to create u-am614.
The submission scripts, postproc and few other bits we want to be for a AMIP job, so I think it's easiest to begin with a GA7.1 job. I temporarily forgot that u-am008 is UM10.6 and not UM10.7 so I've started with GA7.1 UM10.7, u-al613, which I've copied to u-am614.
From Yongming's u-am008 I've taken
These leaves the coupling options to be removed from u-am008's app/um/rose-app.conf
To do this, I just need to change
And this automatically takes out all the l_oasis flags
I basically just need to reverse the instructions on Add coupling options to JULES namelists which has meant doing the following
Under ->um ->namelist ->Model Input and Output ->STASH Requests and Profiles ->STASH Requests, I've removed all the fields with `use_name' of `UPCOUP'. These are fields are used to calculate the 3 hour averaged fields which are read into stash codes between 171-197 for passing from ATMOS to ocean.
The STASH items can be found in ->um ->namelist ->Reconfigure and Ancillary Control ->Configure ancils and initialise dump fields.
From u-al613 I've added STASH
and to get this to work I've also had to
which implements the AMIP II method where we only need ice concentrations (i.e. we don't seem to need stash 32 in $UM_ANCIL_SEAICE_DIR/$UM_ANCIL_SEAICE_FILE even though we request it from there).
I've ignored the following fields (which were in coupled job)
The starting date used in u-al613 was 1988-09-01 and the starting date used in u-am008 was 1978-12-01, and I've had to pick a different to either of these. The ainitial file for u-am008 is ah882a.da20771201_00, which means I'm tied to December, and the sea ice data for stash 31 is only available between September 1981 and end of 2012, so I've chosen 1988-12-01. I've changed the following, but maybe I didn't need to change all of them
For stash 31, I've replaced $UM_ANCIL_SEAICE_DIR/$UM_ANCIL_SEAICE_FILE' with /projects/um1/ancil/atmos/n96e/orca1/seaice/reynolds/1981_2012_360/v3/$UM_ANCIL_SEAICE_FILE' to be consistent with u-al613 because I was having some problems with this (before finding the l_amipii_ice_processing change), but it probably isn't needed. Without this change the v2, rather than the v3, directory is used.
Jane says that use_lookup_dates_anc_time_interp should also be changed
from false to true, to be consistent with GA jobs.