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/callradite_mod.F

    r2643 r2678  
    2020     &            iaer_dust_conrath,iaer_dust_doubleq,
    2121     &            iaer_dust_submicron, iaer_h2o_ice, iaer_co2_ice,
    22      &            iaer_stormdust_doubleq,iaer_topdust_doubleq
     22     &            iaer_stormdust_doubleq,iaer_topdust_doubleq,flux_1AU
    2323      use yomlw_h, only: gcp, nlaylte
    2424      use comcstfi_h, only: g,cpp
     
    559559c       -------------------------------------------------------
    560560c          Mars solar constant (W m-2)
    561 c          1370 W.m-2 is the solar constant at 1 AU.
    562            cste_mars=1370./(dist_sol*dist_sol)
     561c          flux_1AU = 1370 W.m-2 is the solar constant at 1 AU.
     562           cste_mars=flux_1AU/(dist_sol*dist_sol)
    563563           zzdtsw(:,:) = 0.
    564564           call swmain ( nd, nflev,
Note: See TracChangeset for help on using the changeset viewer.