Ignore:
Timestamp:
Jun 9, 2021, 9:38:56 PM (3 years ago)
Author:
emillour
Message:

Venus GCM:
Some cosmetics in routines, along with adding the possibility to read/write q2 from/to startphy.nc/restartsphy.nc (not really used, but in preparation of future commits).
VB+EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/yamada4.F

    r1723 r2534  
    9090      integer iter
    9191
    92       real ric,rifc,b1,kap
    93       save ric,rifc,b1,kap
    94       data ric,rifc,b1,kap/0.195,0.191,16.6,0.4/
     92      real,save :: ric=0.195
     93      real,save :: rifc=0.191
     94      real,save :: b1=16.6
     95      real,save :: kap=0.4
    9596
    9697      real frif,falpha,fsm
     
    118119
    119120      if (first) then
    120         IF (.not.ALLOCATED(l0)) allocate(l0(klon))
    121         IF (.not.ALLOCATED(q2)) allocate(q2(klon,klevp1))
     121!        IF (.not.ALLOCATED(l0)) allocate(l0(klon))
     122!        IF (.not.ALLOCATED(q2)) allocate(q2(klon,klevp1))
    122123
    123124c (surtout pour k=1, à cause diagnostiques...)
Note: See TracChangeset for help on using the changeset viewer.