ESCOMP / MOSART

Model for Scale Adaptive River Transport, Mosart, part of the Community Earth System Model
http://www.cesm.ucar.edu/
Other
8 stars 27 forks source link

Single point cases pointing to direction file as a directory #35

Closed ekluzek closed 3 years ago

ekluzek commented 3 years ago

This is a new problem with the latest CIME, that ensures that an expected file isn't a directory. When running single point compsets we commonly turn off MOSART, but use a compset with it in place. So this doesn't actually matter, but it's now causing tests to die with the new cime.

Here's the message from @fischer-ncar....

I'm getting a test failure in mosart for

SMS_Ly3_Mmpi-serial.1x1_numaIA.I2000Clm50BgcCropQianGs.cheyenne_intel.clm-clm50dynroots

With the latest cime master, there was a bug fix in check_inputdata for testing if a inputdata file is a file. So there is a failure in mosart.input_data_list where

frivinp_rtm = /glade/p/cesmdata/cseg/inputdata/

It looks like mosart isn't setting a file for single column clm.

ekluzek commented 3 years ago

The immediate plan is to change our testing to use stub ROF for single point simulations.