You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMEPS always has empty cpl.input_data_list files because the buildnml doesn't send the right list of groups to it's write. None of the variables in the groups sent are files and so the list is always empty. The groups sent are: papi_inparm, prof_inparm and debug_inparm. The groups that should be sent are the various *_attributes groups.
See this code difference here, for what I think it should change to:
Fixing this would be helpful to catch when a CMEPS driver file isn't available on a machine, as well as make it easier to download it.
Technically there are currently no files in the DRIVER_attributes group, but for completeness in case anything is added it seems like it should be in the list. Also more groups could be added that don't currently have files like LND_attributes for example.
The text was updated successfully, but these errors were encountered:
CMEPS always has empty cpl.input_data_list files because the buildnml doesn't send the right list of groups to it's write. None of the variables in the groups sent are files and so the list is always empty. The groups sent are: papi_inparm, prof_inparm and debug_inparm. The groups that should be sent are the various *_attributes groups.
See this code difference here, for what I think it should change to:
Fixing this would be helpful to catch when a CMEPS driver file isn't available on a machine, as well as make it easier to download it.
Technically there are currently no files in the DRIVER_attributes group, but for completeness in case anything is added it seems like it should be in the list. Also more groups could be added that don't currently have files like LND_attributes for example.
The text was updated successfully, but these errors were encountered: