Skip to content

aekiss/namelist-check

Repository files navigation

namelist-check: ACCESS-OM2 namelist check

The commit history of this repo tracks the changes made in developing namelists for ACCESS-OM2. Contact me if you want write access.

See namelist-check.pdf for an overview of namelists.

New namelists are in new/control

Run rsync_nml_from_raijin.sh to download all namelists from /g/data3/hh5/tmp/cosima/access-om2* to ./raijin

You may find nmltab useful for comparing namelists.

To do

  • cf a CICE nml from somebody we trust
  • check CICE physical parameters are consistent with MOM - esp dynamics_nml
    • check that CICE and MOM are using the same definition of the freezing point - see David Bailey email 2017-11-29
  • made changes discussed in Slack up to 2017-11-05: https://arccss.slack.com/archives/C6PP0GU9Y/p1508899952000034
  • consider disabling max_delta_salinity_restore = 0.5 in ocean_sbc_nml: https://arccss.slack.com/archives/C6PP0GU9Y/p1511849053000081 and mom-ocean/MOM5#203
  • make agreed nml changes
  • cf. Griffies et al. (2015) p973
  • cf. GFDL_ESM2M_input-cut.nml
  • cf. MOM_SIS_TOPAZ_input.nml
  • cf. MOM output file to show defaults for unspecified values
  • Deleted this from 1deg: not in MOM5 code; no other configs other than old 1deg access use it
&bg_diff_lat_dependence_nml
    bg_diff_eq = 1e-06
    lat_low_bgdiff = 20.0
/
  • check: do we want this at 0.25 and 0.1 deg?
&fms_nml
    domains_stack_size = 115200
/
  • check: Russ said Matt C found neutral=.false. is better? False is default. or is this not used anyway? Looks like it's for atmosphere not ocean?
&monin_obukhov_nml
    neutral = .true.
/
&ocean_density_nml
    eos_linear = .false.
    eos_preteos10 = .true.
    layer_nk = 80
    neutralrho_max = 1038.0
    neutralrho_min = 1028.0
    potrho_max = 1038.0
    potrho_min = 1028.0
/
  • checked ocean_frazil_nml is used by ACCESS
  • should frazil_factor=0.5 ?
  • viscosity_scale_by_rossby_power: Bob said GFDL uses 100 but GFDL namelist actually uses 4 and default is 2. So set to 4
  • many nml groups (eg &ocean_lap_friction_nml) don't include use_this_module - how many have use_this_module = .false. by default and are therefore disabled? - checked - all ok
  • ocean_albedo_option = 2 looks dodgy? or is this not used anyway? (handled by coupler/CICE?) ESM2M uses ocean_albedo_option = 5 - but Steve says "Also note that "ocean_albedo" is set for a coupled model, and it is different for ocean/ice simulations. That is a major "gotcha" that Spence can share with you if interested.'"
  • changed clock_grain from 'LOOP' to 'COMPONENT' (as used by ESM2M) - may give better performance?
  • delete ocean_polar_filter and ocean_vert_kpp_iow? apparently not in MOM5 code
  • try barotropic_split > 80 to get dt>1800 at 0.25deg (2160s is very nearly OK) - would need to be >84 to pass startup check - but none of the models use >80 - why not? - see COSIMA-TODO.md and run-025deg_jra55_ryf_broadwell_test.md and Ch11 of Griffies2012a-mom-elements-5-updated.pdf
  • Bob suggests paying close attention to tuning ocean_nphysics*. Also check for consistency across resolutions.
  • Russ: set river_insertion_thickness=10.0 in 0.1deg? Bob: check code - may need to set to 10m for all resolutions if we refine vertical resolution
  • Nic: is 600 OK for dt_cpld at 0.1deg? was 150.
  • check ocean_submesoscale_nml at 1deg - don't use submeso_diffusion_biharmonic?
  • check ocean_vert_tidal_nml with Steve - use Hogg 1deg settings for background_diffusivity, decay_scale and shelf_depth_cutoff for all resolutions? (nb: shelf_depth_cutoff=-1000 turns this off)
  • check xgrid_nml settings with Marshall
  • should we be more precise than grav = 9.8?
  • bbc namelist changes now require a roughness_cdbot file - revert this?
  • s_min_limit=2.0psu - might we get less than this in estuaries? Minimum salinity below which will employ upwind advection instead of quicker, and horizontal diffusion instead of neutral physics.
  • enable these?
    • ocean_overexchange_nml (Griffies et al 2015: "None of the CM2-O ocean configurations make use of an overflow parameterization.")
    • ocean_overflow_nml
    • ocean_overflow_ofp_nml
    • ocean_mixdownslope_nml
    • ocean_sigma_transport_nml (GFDL use it)
    • remove do_alltoall (already default) and do_alltoallv (NOT default)? what do they do?
    • make_exchange_reproduce (doc says "This option has a considerable performance impact" but Bob says it won't slow it down in recent versions of MOM)
    • we should go with massless ice for all cases
    • SSS restoring is quite strong (15days) at 1 deg. Should be 60 days
    • the tracer advection scheme sweby was changed by the multi-dimensional piecewise (MDPPM) method since recommendations from Steve to the ACCESS team back to 2010 (access_ocean_notes attached). - check MDPPM is enabled (is it default?)
    • Also following Steve’s suggestion from last year, the truncate_velocity in ocean_velocity_nml should be set to FALSE.

CHECKED UP TO &ocean_mixdownslope_nml IN original/GFDL_ESM2M_input-cut.nml original/MOM_SIS_TOPAZ_input.nml original/russ-accessom-mom4p1-input.nml original/hogg_accessom2_1deg_jra55_ryf_input.nml new/control/1deg_jra55_ryf/ocean/input.nml original/kiss_accessom2_025deg_jra55_ryf_logfile.000000.out new/control/025deg_jra55_ryf/ocean/input.nml original/hogg_accessom2_01deg_jra55_ryf_input.nml new/control/01deg_jra55_ryf/ocean/input.nml

Aidan's namelist recommendations (email 2017-10-26) have all been made:

  1. You've got debugging turned on for the ocean_tracer_advect module, which is fine if you want to debug tracer advection, but otherwise just takes extra time

&ocean_tracer_advect_nml debug_this_module=.false. advect_sweby_all=.false. /

  1. The minimum salt is negative, but the model will blow up with salinity < 0. Probably not important, but I see this a lot in MOM namelists and often wonder why it is

&ocean_tempsalt_nml s_min = -1.0 /

  1. You have barotropic smoothing instead of laplacian. This is not recommended explicitly in the code

&ocean_barotropic_nml smooth_eta_t_laplacian=.false. smooth_eta_t_biharmonic=.true. /

  1. Russ advised me that kbl_standard_method and smooth_blmc should always be set to false

&ocean_vert_kpp_nml smooth_blmc=.true. kbl_standard_method=.true. /

  1. All your diag_step variables are set to 120. For your 1800s time step this is every 60 hours. If you're in production mode and don't need to monitor these then the GFDL people typically set them to a month, or even the entire runtime (1 year?).

to check with Andy:

&ocean_bihgen_friction_nml

&ocean_lapgen_friction_nml

  • viscosity_ncar_2000 = .true. by default and in ESM2M

Other

  • red sea fix - make generic and also apply to bering str? or just fix both with topg changes and set redsea_gulfbay_fix=.false.? But Andy found topog changes alone did not fix it, so needed to turn fix on as well: https://arccss.slack.com/archives/C6PP0GU9Y/p1509922922000020 so should topog changes be reverted?

##CICE5p1

see AK email to Petra 2017-11-15 and highlights in HunkeLipscombTurnerJefferyElliott2015a-CICE5p1.pdf

  • how many ice classes do we want? any implications for load balancing? any implications for coupler & mom?
  • cice_in.nml: set ktherm = 2 (mushy ice) as recommended by Bob; see COSIMA/access-om2#56 ktherm=2 should hopefully fix cice message:
cat work/ice/ice_diag.d  
 --------------------------------
   CICE model diagnostic output  
 --------------------------------
  
 WARNING: ktherm = 1 and tfrz_option = mushy
 WARNING: For consistency, set tfrz_option = linear_salt
  • adjust diagfreq in cice_in.nml to get sensible output frequency? (NB: dt overridden by value from config.yaml?)
  • enable melt ponds? at present tr_pond_*=false in cice_in.nml

MATM

  • make MATM namelist consistent

About

Development of namelists for ACCESS-OM2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors