-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update build for generic_tracers initialise fms initialise gas exchange structures spawn Ice_ocean_boundary%fluxes register generic tracer coupler restarts write generic tracer flux restarts to nuopc-configured additional_restart_dir add function for getting CMEPS field name from FMS flux name copy atmos_ocean_fluxes_calc.F90 and atmos_ocean_dep_fluxes_calc.F90 from FMScoupler (commit: eeadda8dc74f605e9cb3b03be8a43ab2ce698496) update atmos_ocean_fluxes_calc.F90 (operate on 2D inputs, rather than 1D, add calculation for air_sea_deposition from atmos_ocean_dep_fluxes_calc.F90, multiply fluxes by ice_fraction input, rather than masking based on seawater input, use MOM over FMS modules where easy to do so, make tsurf input optional, as it is only used by a few implementations, use ind_runoff rather than ind_deposition in runoff flux calculation, rename gas_fields_ice to gas_fields_ocn) move atmos_ocean_fluxes_calc routine into MOM_cap_gtracer_flux module add param array into Ice_ocean_boundary%fluxes after spawning add ability to override atm fields and IOB fluxes from data_table pass optional atm_fields to mom_import as 2D BC type do atm_fields override and flux calcs from mom_cap allow diagnostics for tracer fluxes and related fields spawn 2D coupler_type for atmos fields in InitializeAdvertise and set in ESMF internal state manually override IOB%fluxes since FMS coupler_type routine doesnt set override flag set u10 and psurf on atm_fields even when pcair cmeps field name is unknown to allow flux calculation with overridden pcair fields
- Loading branch information
1 parent
17d014e
commit 857fcda
Showing
10 changed files
with
1,205 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
build/* | ||
bin/* | ||
Debug/* | ||
Release/* | ||
CMakeUserPresets.json | ||
**/make_patches.sh | ||
.fortls | ||
spack-* |
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
Submodule GFDL_generic_tracers
added at
778750
Oops, something went wrong.