Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time hard coded for DischargeAdjustFile in GEOS_SurfaceGridComp.F90 #851

Open
afahadabdullah opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@afahadabdullah
Copy link
Member

In the GEOS_SurfaceGridComp.F90, the climatological file's time is hard-coded as:

Line: 3702

     call ESMF_TimeSet (ClimateTime, YY=1997, MM=12, DD=15,          &
                                       H=23,    M=30,   S=0, RC=STATUS )

The time in the GEOS_SurfaceGridComp.F90 climatological file is currently hard-coded. To avoid the need for recompiling the code to adjust the time to the file, it would be helpful to change it to a generic time or read the time from the given file. This would make the code more flexible and easier to use.

@afahadabdullah afahadabdullah added the bug Something isn't working label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants