Ignore:
Timestamp:
Apr 17, 2018, 10:43:23 AM (7 years ago)
Author:
mvals
Message:

Mars GCM:
1D code cleanup:

  • in testphys1d.F variable cell_area is intialized to 1 before being called

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r1919 r1920  
    168168      dtemisice(2) = 2.          ! time scale for snow metamorphism (south
    169169
    170 
     170c     mesh surface (not a very usefull quantity in 1D)
     171c     ----------------------------------------------------
     172      cell_area(1)=1.E+0
     173     
    171174c ------------------------------------------------------
    172175c  Loading run parameters from "run.def" file
     
    553556c   Specific initializations for "physiq"
    554557c   -------------------------------------
    555 c   mesh surface (not a very usefull quantity in 1D)
    556       cell_area(1)=1.E+0
    557 
    558558c   surface geopotential is not used (or useful) since in 1D
    559559c   everything is controled by surface pressure
Note: See TracChangeset for help on using the changeset viewer.