forked from NOAA-EMC/UPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional GTG output "CIT" (NOAA-EMC#839)
* add CIT add "CIT" as additional GTG output * add CIT additional "CIT" related GTG output changes for the UPP * add CIT additional GTG output variable "CIT" * Update CMakeLists.txt Add "gtg_interp.F90" per updated GTG_4.15 version that pulls all the interpolation to this file. * update gtg code revision * Create gtg_interp.F90 Stub code for GTG protection but to make UPP public to work * Update MDLFLD.f for GTG special issue The code change is to speed up and resolved the non-identical UPP outputs when compare GTG on & off (used or not used). * Update MDLFLD.f Add comments for the change log * Update MDLFLD.f correct 470 to 477 to consistent with CITEDR in "post_avblflds.xml" * Add files via upload 1. update the comments 2. fix the issue that the last vertical level of CIT in AVIATI10.tm00 of RRFS GTG per MISCLN.f * Add files via upload fix the issue that the last vertical level of CIT in AVIATI10.tm00 of RRFS GTG per change in MISCLN.f * Update MDLFLD.f switching GTG max to gtgx3 from gtgx2. * Update MDLFLD.f add comment for the change
- Loading branch information
1 parent
775e6ed
commit cd58d22
Showing
10 changed files
with
249 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
subroutine gtg_interp() | ||
implicit none | ||
print *, "Stub code for GTG protection but to make UPP public to work" | ||
end subroutine gtg_interp |
Submodule post_gtg.fd
updated
from a98287 to 333bd6