Ignore:
Timestamp:
May 17, 2022, 3:22:49 PM (3 years ago)
Author:
tpierron
Message:

Mars GCM :
Add incoming solar direct flux at surface in stats outputs for the MCD.
+ declare new variable "flux_1AU" for solar constant.
TP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dimradmars_mod.F90

    r2578 r2678  
    107107  integer,parameter :: nabsmx=2
    108108  integer,parameter :: nt_pademx=19
     109 
     110! Solar flux constant at 1AU for slope scheme
     111!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     112
     113  real, parameter :: flux_1AU = 1370. ! solar constant (W.m-2)
    109114
    110115!!
Note: See TracChangeset for help on using the changeset viewer.