Versions Compared

Key

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

...

Currently, getting ne256 v1 through initialization requires:

  1. Setting:

    Code Block
    ./xmlchange EPS_
    GRID
    AGRID=1.e-9
  2. Setting:

    Code Block
    ./atmchange cubed_sphere_map=2
  3. For SPA remap file point to (has been uploaded to /global/cscratch1/sd/bogensch/E3SM_simulations/scream_ne256/mappingfilesE3SM input data server as of 06/09/2022) atm/scream/init/map_ne30np4_to_ne256np4_mono.2022053120220609.nc

  4. Make sure you are compiling with 128 vertical levels (currently, SCREAM compiles with 72 layers by default) .

    Code Block
    ./xmlchange SCREAM_CMAKE_OPTIONS="SCREAM_NP 4 SCREAM_NUM_VERTICAL_LEV 128 SCREAM_NUM_TRACERS 10"

...