Skip to content

Commit

Permalink
add aqua_planet flag metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Nov 26, 2024
1 parent 5933304 commit 1710220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/cam_control_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ module cam_control_mod
logical, protected :: branch_run ! branch from a previous run; requires a restart file
logical, protected :: post_assim ! We are resuming after a pause

logical, protected :: aqua_planet ! Flag to run model in "aqua planet" mode
logical, protected :: brnch_retain_casename ! true => branch run may use same caseid as
! the run being branched from

!> \section arg_table_cam_control_mod Argument Table
!! \htmlinclude arg_table_cam_control_mod.html
logical, protected :: aqua_planet ! Flag to run model in "aqua planet" mode
real(r8), protected :: eccen ! Earth's eccentricity factor (unitless) (typically 0 to 0.1)
real(r8), protected :: obliqr ! Earth's obliquity in radians
real(r8), protected :: lambm0 ! Mean longitude of perihelion at the
Expand Down
5 changes: 5 additions & 0 deletions src/control/cam_control_mod.meta
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
[ccpp-arg-table]
name = cam_control_mod
type = module
[ aqua_planet ]
standard_name = flag_for_aqua_planet_mode
units = 1
type = logical
dimensions = ()
[ eccen ]
standard_name = eccentricity_factor
units = 1
Expand Down

0 comments on commit 1710220

Please sign in to comment.