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
Hi Ben,
That’s an easy fix. Should I update the tag?
Donifan
From: Ben Auer ***@***.***>
Reply-To: GEOS-ESM/GEOSgcm_GridComp ***@***.***>
Date: Thursday, October 26, 2023 at 2:34 PM
To: GEOS-ESM/GEOSgcm_GridComp ***@***.***>
Cc: "Barahona, Donifan (GSFC-6101)" ***@***.***>, Assign ***@***.***>
Subject: [EXTERNAL] [BULK] [GEOS-ESM/GEOSgcm_GridComp] Incorrect valid range in WSUB_ExtData.yaml (Issue #849)
CAUTION: This email originated from outside of NASA. Please take care when clicking links or opening attachments. Use the "Report Message" button to report suspicious messages to the NASA SOC.
I realized the "valid range" in this file is wrong for the dataset:
https://github.com/GEOS-ESM/GEOSgcm_GridComp/blob/develop/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/WSUB_ExtData.yaml
To quote what is there now:
Collections:
WSUB_SWclim_2005%m2.nc4:
template: /discover/nobackup/dbarahon/DEV/SWclim/L72/SWclim_2005%m2.nc4
valid_range: "2005-01-01/2005-12-31"
``1
That valid range is wrong, the dataset is only valid through 2005-12-01 so it should be changed to this:
Collections:
WSUB_SWclim_2005%m2.nc4:
template: /discover/nobackup/dbarahon/DEV/SWclim/L72/SWclim_2005%m2.nc4
valid_range: "2005-01-01/2005-12-01"
—
Reply to this email directly, view it on GitHub<#849>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AM3UCEVBHJLKWTJK4RGBI4TYBKULLAVCNFSM6AAAAAA6RVAPOGVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DIMJTGUZTOMQ>.
You are receiving this because you were assigned.Message ID: ***@***.***>
A user trying to run the 2 moment micro physics at NAS was having some troubles in ExtData. Turns out the issue was that the "valid range" in this file is wrong for the dataset (note user is using the same data but obviously had to change the path since this is hard coded for discover still):
https://github.com/GEOS-ESM/GEOSgcm_GridComp/blob/develop/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/WSUB_ExtData.yaml
To quote what is there now:
That valid range is wrong, the dataset is only valid through 2005-12-01 so it should be changed to this:
The text was updated successfully, but these errors were encountered: