Skip to content

How do you generate ESMFMesh files for WRF-CTSM? #1832

Answered by mvertens
gunnartl asked this question in Q&A
Discussion options

You must be logged in to vote

@gunartl - if you can generate a file in SCRIP format - then there is an ESMF offline tool that will convert it to a mesh.
http://earthsystemmodeling.org/docs/nightly/develop/ESMF_refdoc/node3.html#SECTION03040000000000000000

A simple script to help you do this is below:

#!/bin/bash
#PBS -A P93300606
#PBS -N mesh
#PBS -j oe
#PBS -q share
#PBS -l walltime=03:00:00
#PBS -l select=1:mpiprocs=36
#PBS -o log.out

export MPI_USE_ARRAY=false

# load modules
module purge
module load ncarenv/1.3
module load intel/19.0.2
module load mpt/2.19
module load netcdf-mpi/4.7.1
module load pnetcdf/1.11.0
module load ncarcompilers/0.5.0
module use /glade/work/turuncu/PROGS/modulefiles/esmfpkgs/intel/19.0.2
…

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by negin513
Comment options

You must be logged in to vote
1 reply
@ekluzek
Comment options

Comment options

You must be logged in to vote
3 replies
@irismuz
Comment options

@Aoe-sdh
Comment options

@Aoe-sdh
Comment options

Comment options

You must be logged in to vote
2 replies
@Aoe-sdh
Comment options

@Aoe-sdh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
support user or developer needs help
6 participants
Converted from issue

This discussion was converted from issue #1397 on August 25, 2022 18:41.