Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • readonly COMPSET="WCYCL1850" : compset (configuration)

  • readonly RESOLUTION="ne30pg2_EC30to60E2r2-1900_ICG": resolution

    • ne30 is the number of spectral elements for the atmospheric grid, pg2 refers to the phys-grid option

    • EC30to60E2r2 is the ocean and sea-ice resolution.

    • ICG means initial conditions from a G-case. ICG can apply to either EC30to60E2r2 or RRM ocean (WC14). It specifies whether the ocean and ice is partially spun up or just from data (temperature and salinity, velocity is assumed zero): “G-case” indicates the ocean and sea-ice are active but the atmosphere, land, and river are from data.

    • rrm for regionally refined mesh is an option to replace other resolutions. RRM for the ocean/sea ice is 14km near the US coast and Arctic and identical to the 30to60E2r2 elsewhere. RRM for the atmosphere is 120km over North America and ne30 elsewhere.

  • readonly DESCRIPTOR="v2_test02.piControl.ne30pg2_EC30to60E2r2":

    • v2_test02 is a short custom description to help identify the simulation.

    • piControl is the type of simulation. Other options here include amip, F2010.

    • ne30pg2_EC30to60E2r2 is the resolution. This should be identical to the RESOLUTION above.

  • readonly CASE_GROUP="v2beta4.piControl":

# Code and compilation

  • readonly CHECKOUT="20210205": date the code was checked out on in the form {year}{month}{day}. The source code will be checked out in sub-directory named {year}{month}{day} under <code_source_dir>.

  • readonly BRANCH="master": branch the code was checked out from. Valid options include “master”, a branch name, or a git hash.

  • readonly DEBUG_COMPILE=false : option to compile with DEBUG flag (leave set to false)

...