Skip to content

Commit

Permalink
exterminate cable_data (#450)
Browse files Browse the repository at this point in the history
# CABLE

Thank you for submitting a pull request to the CABLE Project.

## Description

Get rid of cable_data from ESM1.5 model

Fixes #448

## Type of change

Please delete options that are not relevant.

Remove redundant code

## Checklist

- [x] The new content is accessible and located in the appropriate
section.
- [x] I have checked that links are valid and point to the intended
content.
- [x] I have checked my code/text and corrected any misspellings

Rachel, can you please test this in your ESM1.5 setup. Mine is not at
hand. It won't affect offline.


<!-- readthedocs-preview cable start -->
----
📚 Documentation preview 📚:
https://cable--450.org.readthedocs.build/en/450/

<!-- readthedocs-preview cable end -->
  • Loading branch information
JhanSrbinovsky authored Nov 21, 2024
1 parent 03fb810 commit babfe01
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 494 deletions.
6 changes: 3 additions & 3 deletions src/coupled/ESM1.5/CABLEfilesFromESM1.5/cable_cbm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ SUBROUTINE cbm( dels, air, bgc, canopy, met, &
USE cable_def_types_mod
USE cable_roughness_module
USE cable_air_module
USE cable_data_module, ONLY : icbm_type, point2constants
USE casadimension, ONLY: icycle
USE cable_phys_constants_mod, ONLY: GRAV, CAPP


!ptrs to local constants
TYPE( icbm_type ) :: C
! CABLE model variables
TYPE (air_type), INTENT(INOUT) :: air
TYPE (bgc_pool_type), INTENT(INOUT) :: bgc
Expand Down
Loading

0 comments on commit babfe01

Please sign in to comment.