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

CLM tool modify_input_files takes too long

Youwei

Youwei Ma
New Member
Hi,

I am using a CLM tool, modify_input_files, to generate an idealized surface data file in fv0.23x0.31 grid in CESM tag cesm2_3_beta17.
The fsurdat file in fv0.23 is 23GB (compared to 923MB in fv0.9), and running ./fsurdat_modifier always exceeds walltime.

I have tried on
Derecho 1 node, 128 CPUs, 12 hours (job script below)
and
Casper 4 CPUs, 24 hours

Both runs failed to finish. Is there any suggestion for how I can accelerate this?


#!/bin/bash

#PBS -N fsurdat_modifier
#PBS -l walltime=12:00:00
#PBS -q main
#PBS -l select=1:ncpus=128:mpiprocs=128

module load conda
conda activate ctsm_pylib
./fsurdat_modifier modify_fsurdat_f02_sx066rv1.cfg
 
Top