These instructions are specifically for NCAR computers derecho and casper.
The following steps describe creating a new grid and using it in a beta version of CESM3. Instructions for CESM2.2 are available in the step-by-step guide.
...
> cd ${VRM_tools}/VRM_Editor/src
> module load gcc/12.2.0
> module load ncarenv/23.10
> qmake VRM_Editor.pro
> make
...
Modify the bold text to point to your SCRIP file, grid name, etc.
Can add option --output_data_directory to specify location of final topography file (be sure the directory already exists).
This can take several hours.
...