-
Notifications
You must be signed in to change notification settings - Fork 312
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
Remove some dead code #1333
Labels
bfb
bit-for-bit
code health
improving internal code structure to make easier to maintain (sustainability)
Comments
billsacks
added
code health
improving internal code structure to make easier to maintain (sustainability)
tag: simple bfb
labels
Apr 12, 2021
billsacks
added a commit
that referenced
this issue
Apr 20, 2021
Misc bfb enhancements and fixes (1) If CISM is running over Antarctica, use virtual glacier columns over Antarctica (2) Remove "mec" from some glacier/ice variable names (it is misleading to have "mec" in variable names when the ice landunit can actually have multiple columns *or* a single column) (#1294) (3) Add history file metadata on each variable's l2g_scale_type (adds a landunit_mask attribute) (#1343) (4) Use python3 in more shebang lines - needed to run python unit tests on cheyenne (5) New compset naming for IG compsets (#1289) (6) Remove calculation of fun_cost_fix that is overwritten (#1115) (7) Bypass grid-level water mass check when fates hydro is active (#1334) (8) Remove some dead code (#1333) - Resolves #1115 (overwrite fun_cost_fix) - Resolves #1289 (After updating to cism2_1_76 or later, change compsets involving CISM) - Resolves #1294 (Replace istice_mec with istice) - Resolves #1333 (Remove some dead code) - Resolves #1343 (Add landunit_mask (formerly l2g_scale_type) metadata to history file)
glemieux
added a commit
to ckoven/ctsm
that referenced
this issue
Apr 20, 2021
Misc bfb enhancements and fixes (1) If CISM is running over Antarctica, use virtual glacier columns over Antarctica (2) Remove "mec" from some glacier/ice variable names (it is misleading to have "mec" in variable names when the ice landunit can actually have multiple columns *or* a single column) (ESCOMP#1294) (3) Add history file metadata on each variable's l2g_scale_type (adds a landunit_mask attribute) (ESCOMP#1343) (4) Use python3 in more shebang lines - needed to run python unit tests on cheyenne (5) New compset naming for IG compsets (ESCOMP#1289) (6) Remove calculation of fun_cost_fix that is overwritten (ESCOMP#1115) (7) Bypass grid-level water mass check when fates hydro is active (ESCOMP#1334) (8) Remove some dead code (ESCOMP#1333)
ekluzek
added a commit
to jedwards4b/ctsm
that referenced
this issue
Apr 21, 2021
Misc bfb enhancements and fixes (1) If CISM is running over Antarctica, use virtual glacier columns over Antarctica (2) Remove "mec" from some glacier/ice variable names (it is misleading to have "mec" in variable names when the ice landunit can actually have multiple columns *or* a single column) (ESCOMP#1294) (3) Add history file metadata on each variable's l2g_scale_type (adds a landunit_mask attribute) (ESCOMP#1343) (4) Use python3 in more shebang lines - needed to run python unit tests on cheyenne (5) New compset naming for IG compsets (ESCOMP#1289) (6) Remove calculation of fun_cost_fix that is overwritten (ESCOMP#1115) (7) Bypass grid-level water mass check when fates hydro is active (ESCOMP#1334) (8) Remove some dead code (ESCOMP#1333) Conflicts: bld/unit_testers/build-namelist_test.pl
ekluzek
added a commit
to ekluzek/CTSM
that referenced
this issue
Apr 29, 2021
Misc bfb enhancements and fixes (1) If CISM is running over Antarctica, use virtual glacier columns over Antarctica (2) Remove "mec" from some glacier/ice variable names (it is misleading to have "mec" in variable names when the ice landunit can actually have multiple columns *or* a single column) (ESCOMP#1294) (3) Add history file metadata on each variable's l2g_scale_type (adds a landunit_mask attribute) (ESCOMP#1343) (4) Use python3 in more shebang lines - needed to run python unit tests on cheyenne (5) New compset naming for IG compsets (ESCOMP#1289) (6) Remove calculation of fun_cost_fix that is overwritten (ESCOMP#1115) (7) Bypass grid-level water mass check when fates hydro is active (ESCOMP#1334) (8) Remove some dead code (ESCOMP#1333) Conflicts: Externals.cfg Externals_cime.cfg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bfb
bit-for-bit
code health
improving internal code structure to make easier to maintain (sustainability)
We should remove this dead code:
CTSM/src/cpl/utils/lnd_import_export_utils.F90
Lines 87 to 94 in 30ca184
@swensosc says:
The text was updated successfully, but these errors were encountered: