Versions Compared

Key

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

...

> module load mpi-serial/2.3.0
> module load esmf/8.5.0

To find the path toESMF_Scrip2Unstruct, run:

...

> cd $REPO
> mkdir inic
> mkdir maps
> mkdir atmsrf
> mkdir topo

The files created below are generally labeled with today's date.  Even if you make files on different days, all the files in one repository should have the same date (YYMMDD).

...

The resulting file is assigned to ncdata in user_nl_cam.

> cd $REPO/inic
> cp /glade/work/emmons/tutorial_Nanjing/VRM_tools/gen_CAMncdata/TEMPLATES/interpic_script_TEMPLATE.sh interpic_script_Nanjing.sh
> vi interpic_script_Nanjing.sh

...

On casper:

> module load nco
> module load ncl
> qcmd -- 'sh interpic_script_Nanjing.sh > log_Nanjing'

...

Copy the template script to your working directory and edit for your grid. Be sure directory $REPO/maps exists.

> cd $REPO/atmsrf
> cp /glade/work/emmons/tutorial_Nanjing/VRM_tools/gen_atmsrf/TEMPLATES/gen_atmsrf_TEMPLATE.ncl gen_atmsrf_Nanjing.ncl
> vi gen_atmsrf_Nanjing.ncl
> module load ncl
> module load esmf
> qcmd -- 'ncl gen_atmsrf_

...

Nanjing.ncl > log_

...

Nanjing'

This writes atmsrf_(new_grid_name)_(date).ncCheck there are no errors in the log file. This writes atmsrf_ne0np4.Nanjing.ne30x8_240809.nc.

Create Topography file

The resulting file is assigned to bnd_topo in user_nl_cam.

...