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

ESMF not happy

I'm trying the ESMF coupler and it is reporting an error code early in esmApp.F90 (line 136).
I just found the log file, which contains:
Code:
20200506 095206.637 ERROR            PET0 esm.F90:1073 Not valid  -  Invalid NTASKS value specified for component: ocn                                         
                                     ntasks:            4
20200506 095206.638 ERROR            PET0 esm.F90:210 Not valid  - Passing error in return code
I told it to use 4 task for the ocean, 1 for the other (data) components so that I could run interactively in the debugger:
Code:
   236    9:28    ./xmlchange NTASKS_OCN=4
   237    9:28    ./xmlchange NTASKS_CPL=1
   238    9:28    ./xmlchange NTASKS_ATM=1
   239    9:28    ./xmlchange NTASKS_LND=1
   240    9:28    ./xmlchange NTASKS_ICE=1
   241    9:28    ./xmlchange NTASKS_ROF=1
   242    9:28    ./xmlchange NTASKS_GLC=1
   243    9:28    ./xmlchange NTASKS_WAV=1
   244    9:28    ./xmlchange ROOTPE_OCN=1
   245    9:29    ./case.setup --reset
   246    9:29    ./case.build --clean-all
   247    9:29    ./case.build
Why should it have failed?
 

jedwards

CSEG and Liaisons
Staff member
Hi,

You are working with an unsupported development version of the model, please contact the appropriate developers directly rather than posting to the forum.

Thanks
 
Top