Ignore:
Timestamp:
Apr 16, 2020, 7:11:13 PM (5 years ago)
Author:
abierjon
Message:

Mars GCM:
Add the program solzenangle.F90 to the LMDZ.MARS/util/ directory, as well as a solzenangle.def
This program actually replaces and seals the dark fate of the former program terminator.F90
It can be used to interpolate GCM files at one given solar zenith angle
(on the morning-side or the evening-side) all around the globe (the terminator corresponding to sza = 90deg)
By Alwont Beebak

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/solzenangle.def

    r2288 r2289  
    44temp
    55
    6 sunrise
     6morning
     790
    780
    89
    910-----------------------------------------------------------------------
    10 ABOVE is the list of inputs to be fed to "terminator.e" if you don t want
     11ABOVE is the list of inputs to be fed to "solzenangle.e" if you don t want
    1112to reply directly to the program:
    1213
     
    14152) List of X variables to be kept (X lines) or 'all'
    15163) blank line at the end
    16 4) terminator type (sunrise or sunset)
    17 5) starttimeoffset :
     174) planet side wrt to noon (morning or evening)
     185) solar zenith angle (within [0;180[ deg)
     190deg = zenith ; 90deg = terminator at the surface ; >90deg = terminator in altitude
     206) starttimeoffset :
    1821    - for a diagfi/concat : sol value at the beginning of the run, wrt Ls=0
    1922    - for a stats : sol value at the middle of the run, wrt Ls=0
    2023
    2124USE :
    22 terminator.e < terminator.def
     25solzenangle.e < solzenangle.def
    2326
    2427
Note: See TracChangeset for help on using the changeset viewer.