Ignore:
Timestamp:
Mar 31, 2017, 5:03:31 PM (8 years ago)
Author:
emillour
Message:

Mars GCM:
Add possibility to fix EUV input as E10.7 value and remove previous system
(which used parameter solarcondate). The E10.7 value is now set via
callphys.def by parameter "fixed_euv_value" which is only used if
solvarmod==0.
Guidelines for min/ave/max EUV input: fixed_euv_value=80/140/320.
EM + FGG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/callkeys.h

    r1617 r1684  
    1919     &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear
    2020     
    21       COMMON/callkeys_r/topdustref,solarcondate,semi,alphan,euveff,     &
    22      &   tke_heat_flux,dustrefir
     21      COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
     22     &   tke_heat_flux,dustrefir,fixed_euv_value
    2323     
    2424      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
     
    3838      real semi
    3939      real alphan
    40       real solarcondate
     40      real fixed_euv_value
    4141      real euveff
    4242      real tke_heat_flux
Note: See TracChangeset for help on using the changeset viewer.