NOAA-GFDL / FMS

GFDL's Flexible Modeling System
Other
92 stars 134 forks source link

dmUpdate: Fix so that filenames are not saved in lowercase #1448

Closed uramirez8707 closed 8 months ago

uramirez8707 commented 8 months ago

Description Removes the lowercase when saving the filenames into the sorted list of files. This sorted list is used to find the file_ids of the variables when the variable is registered using a binary search (for performance). The filename should be saved as it is saved in the yaml object.

Without this change, we are getting errors such as /gpfs/f5/gfdl_f/scratch/Niki.Zadeh/FMS2024.01-beta1_mom6_20231130_ymal_1/OM4p5_CORE2_IAF_COBALT4.0_abio_csf_mle200/ncrc5.intel23-pr od/stdout/run/OM4p5_CORE2_IAF_COBALT4.0_abio_csf_mle200_1x1m0d_1057x1o1.o134750073

It is still needed for the variables: https://github.com/NOAA-GFDL/FMS/pull/1176#discussion_r1173911530

Fixes # (issue)

How Has This Been Tested? CI

Checklist: