Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Create global 0.47*0.63 surface data

lfu

Dylan Fu
New Member
Hi,

I am creating global 0.47*0.63 surface data following this example:

lfu@dec1967:~/ctsm_MYBRANCH_/tools/mksurfdata_esmf> ./gen_mksurfdata_namelist --res 0.47x0.63 --start-year 2000 --end-year 2000
Successfully created input namelist file surfdata_0.47x0.63_hist_2000_78pfts_c250321.namelist
lfu@dec1967:~/ctsm_MYBRANCH_/tools/mksurfdata_esmf> ./gen_mksurfdata_jobscript_single \
> --number-of-nodes 24 \
> --tasks-per-node 12 \
> --namelist-file surfdata_0.47x0.63_hist_2000_78pfts_c250321.namelist
echo Successfully created jobscript mksurfdata_jobscript_single.sh
lfu@dec1967:~/ctsm_MYBRANCH_/tools/mksurfdata_esmf> qsub mksurfdata_jobscript_single.sh
qsub: request rejected as filter hook 'ompthreads' encountered an exception. Please inform Admin

I successfully created .namelist and jobscript mksurfdata_jobscript_single.sh, but I cannot run the .sh.

How do I get global 0.5 or 0.25 degree surface data and mesh file?

Thank you.
 

slevis

Moderator
Staff member
@lfu I suspect that you are attempting this on a machine that we did not test, so I will move this thread to the "porting" forum.

Meanwhile, you could try other combinations of nodes versus tasks and possibly ask for guidance from an admin of the machine that you're on.
 
Top