ESMCI / ccs_config_cesm

CESM CIME Case Control System configuration files
3 stars 41 forks source link

mizuRoute is failing with updates of ESMF versions #146

Closed ekluzek closed 5 months ago

ekluzek commented 5 months ago

I'm filing this as a wontfix, because the fix needs to go into mizuRoute. But, I am filing it here so the versions of ccs_config where this is an issue for mizuRoute can be documented.

mizuRoute fails on cheyenne with the update to ccs_config_cesm1.0.65 as seen in #141. The problem is the update of ESMF which isn't working with mizuRoute. The ESMF version in the update is:

       <modules compiler="intel" mpilib="mpt" DEBUG="TRUE">
         <command name="use">/glade/p/cesmdata/cseg/PROGS/modulefiles/esmfpkgs/intel/19.1.1/</command>
-        <command name="load">esmf-8.4.1b02-ncdfio-mpt-g</command>
+        <command name="load">esmf-8.5.0b19-ncdfio-mpt-g</command>
       </modules>

mizuRoute fails on izumi with ccs_config_cesm1.0.74 with the ESMF update as:

       <modules compiler="intel" mpilib="mpt" DEBUG="TRUE">
         <command name="use">/glade/p/cesmdata/cseg/PROGS/modulefiles/esmfpkgs/intel/19.1.1/</command>
-        <command name="load">esmf-8.5.0b19-ncdfio-mpt-g</command>
+        <command name="load">esmf-8.5.0-ncdfio-mpt-g</command>
       </modules> 
ekluzek commented 5 months ago

ESMF support specifically Bob Oehmke helped us figure out the problem, and we now have a workaround. We just need to update our mesh files. There will also be an updated ESMF patch (8.6.1) that brings in update to ESMF that will add more error checking to make the problem more clear, as well as allowing the current files to work.

So closing it here....