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

Enable GOCART integration in UFS #310

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
f78aa42
Reset to zero coupling arrays for accumulated snow,
rmontuoro Dec 3, 2019
75654ac
Properly set kind type of literal constants
rmontuoro Dec 3, 2019
2870f5e
Initialize to zero canopy resistance output variable
rmontuoro Dec 3, 2019
37fb245
Re-implement radiation diagnostic output involving spectral
rmontuoro Dec 3, 2019
1c0a9ba
Reset to zero instantaneous total moisture tendency
rmontuoro Dec 3, 2019
afb4c67
Merge NOAA-EMC branch 'develop' into develop.
rmontuoro Apr 21, 2020
3004022
Merge NOAA-EMC branch 'develop' into develop.
rmontuoro Apr 24, 2020
617b907
Merge NOAA-EMC branch 'develop' into develop.
rmontuoro May 8, 2020
bdd1131
Merge EMC-NOAA branch 'develop' into develop.
rmontuoro Oct 19, 2020
735eb9e
Temporarily disable filling export fields during
rmontuoro Oct 19, 2020
59cf366
Moving previous commit to a branch.
rmontuoro Oct 19, 2020
4849674
Merge NOAA-EMC branch 'develop' into develop
rmontuoro Apr 25, 2021
862f9e8
Allow coupled components to access exported fields
rmontuoro Apr 25, 2021
824d9d5
Add missing time sampling call and rearrange time sampling
rmontuoro Nov 10, 2020
a6d0ebd
Implement preliminary coupling to NASA GOCART.
rmontuoro Nov 11, 2020
be9bf3a
Prevent importing diagnostic quantities from
rmontuoro Nov 18, 2020
fb489d4
Do not rescale constant arrays before writing
rmontuoro Mar 16, 2021
ed69d2c
Use proper CCPP control data type.
rmontuoro Apr 26, 2021
781d718
Enable diagnostic tracers for aerosols.
rmontuoro Apr 26, 2021
61dccf3
Update ccpp/physics submodule to point to forked repository.
rmontuoro Apr 26, 2021
c9daf4a
Fill export fields only if data array is allocated
rmontuoro Apr 28, 2021
b13d76c
Update ccpp/physics submodule.
rmontuoro Apr 28, 2021
1912e9e
Add metadata for logical flag 'cplgocart'.
rmontuoro Apr 28, 2021
94967f8
Do not set cplflx to .true. when coupling with GOCART.
rmontuoro Apr 28, 2021
ebc4fec
Populate only the export fields required by each
rmontuoro Apr 28, 2021
0619729
Merge NOAA-EMC branch 'develop' into develop
rmontuoro Apr 28, 2021
6e95699
Merge branch 'develop' into feature/gocart-integration
rmontuoro Apr 28, 2021
c7f26f0
Update atmos_cubed_sphere submodule to point to fork.
rmontuoro Apr 28, 2021
abb3134
Export instantaneous normalized soil wetness.
rmontuoro Apr 28, 2021
336ad7f
Export instantaneous 3D cloud fraction.
rmontuoro Apr 28, 2021
ef3ab9d
Export surface snow area fraction.
rmontuoro Apr 28, 2021
c7e0b39
Enable export of soil liquid water content
rmontuoro Apr 28, 2021
24a2a4d
Output debug information on aerosol diagnostics
rmontuoro May 1, 2021
7b38017
Export instantaneous 3D non-convective liquid and
rmontuoro May 1, 2021
8a98b80
Rename temporarily upward sensible heat flux field
rmontuoro May 1, 2021
6f730ae
Merge EMC branch 'develop' into develop
rmontuoro May 2, 2021
9f7c611
Merge branch 'develop' into feature/gocart-integration
rmontuoro May 2, 2021
374d895
Update ccpp-physics submodule.
rmontuoro May 3, 2021
deda93d
Merge NOAA-EMC branch 'develop' into develop
rmontuoro May 11, 2021
cdd0739
Merge branch 'develop' into feature/gocart-integration
rmontuoro May 11, 2021
bb754cc
Merge EMC branch 'develop' into develop
rmontuoro May 13, 2021
a0e6483
Merge branch 'develop' into feature/gocart-integration
rmontuoro May 13, 2021
a3e8096
Provide tracer names to coupled model component accessing
rmontuoro May 16, 2021
cdeaf48
Implement a more general way to identify and validate input tracers.
rmontuoro May 16, 2021
d85570d
Increase length and size of character array used in the
rmontuoro May 16, 2021
c9a40cd
Upgrade code initializing aerosol scavenging factors and
rmontuoro May 16, 2021
39ea6e7
Improve sharing of tracer names and units with coupled
rmontuoro May 19, 2021
cf1dab5
Remove GSDCHEM-specific legacy coupling and diagnostic code.
rmontuoro May 20, 2021
fefc233
Merge NOAA-EMC branch 'develop' into develop
rmontuoro May 21, 2021
8754b1e
Merge branch 'develop' into feature/gocart-integration
rmontuoro May 21, 2021
9f8c159
Improve validation of chemistry tracer lists in field_table file.
rmontuoro May 21, 2021
0ec3000
Merge NOAA-EMC branch 'develop' into develop
rmontuoro May 21, 2021
5660a9a
Merge branch 'develop' into feature/gocart-integration
rmontuoro May 22, 2021
ab94e52
Refactor updated setup_exportdata() (#301) to work
rmontuoro May 23, 2021
6b0ef7e
Merge 'hotfix/#301-exportdata' into feature/gocart-integration
rmontuoro May 23, 2021
c75cb0a
Use proper rank pointer and improve error handling
rmontuoro May 23, 2021
fd0e4ef
Merge branch 'hotfix/#301-exportdata' into feature/gocart-integration
rmontuoro May 23, 2021
c01c1f7
Rename exported ice fraction field as 'ice_fraction_in_atm'
rmontuoro May 24, 2021
afeda2d
Update ccpp-physics submodule.
rmontuoro May 24, 2021
c48922a
Update error message for consistency (PR #310).
rmontuoro May 24, 2021
03f841d
Further refactoring setup_exportdata() (#301) to replace
rmontuoro May 27, 2021
72ec69e
Merge branch 'hotfix/#301-exportdata' into feature/gocart-integration
rmontuoro May 27, 2021
7d331b4
Remove no longer needed include path in CMakeLists.txt
rmontuoro May 27, 2021
17fd7d2
Merge branch 'hotfix/#301-exportdata' into feature/gocart-integration
rmontuoro May 27, 2021
2adafb4
Use proper kind for real type.
rmontuoro May 27, 2021
c5f5d6e
Merge branch 'hotfix/#301-exportdata' into feature/gocart-integration
rmontuoro May 27, 2021
3c4d18f
Merge NOAA-EMC branch 'develop' into develop
rmontuoro Jun 3, 2021
208e5b2
Merge branch 'develop' into feature/gocart-integration
rmontuoro Jun 3, 2021
76d546b
Revert "Rename temporarily upward sensible heat flux field"
rmontuoro Jun 3, 2021
be17583
Use proper datatype to retrieve instantaneous land/sea/ice mask.
rmontuoro Jun 3, 2021
783321a
Implement return code in block data methods and update
rmontuoro Jun 3, 2021
911b4c4
Update error message.
rmontuoro Jun 3, 2021
9d29ae8
Initialize return code variable.
rmontuoro Jun 3, 2021
520418b
Use coupling data array to export instantaneous surface
rmontuoro Jun 3, 2021
24cb285
Merge branch 'hotfix/#301-exportdata' into feature/gocart-integration
rmontuoro Jun 3, 2021
0aafc8f
Return with error if no match is found for an
rmontuoro Jun 3, 2021
88a1be6
Disable setup_exportdata() if coupling with chemistry.
rmontuoro Jun 4, 2021
77550ca
Merge branch 'develop' into feature/gocart-integration
rmontuoro Jun 13, 2021
02314a0
Merge NOAA-EMC branch 'develop' into feature/gocart-integration
rmontuoro Jun 16, 2021
b2c5d23
Update ccpp/physics submodule.
rmontuoro Jun 16, 2021
96960c4
Merge branch 'develop' into feature/gocart-integration
rmontuoro Jun 16, 2021
aeab36a
Update submodule pointer for ccpp-physics
climbfuji Jun 30, 2021
b28c9de
Update submodule pointer for ccpp-physics
climbfuji Jun 30, 2021
ef6ba4c
Update submodule pointer for ccpp-physics
climbfuji Jun 30, 2021
86ae84d
Revert change to .gitmodules and update submodule pointer for ccpp-ph…
climbfuji Jun 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading