Ignore:
Timestamp:
May 1, 2014, 12:06:13 AM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS. Filling geom arrays is now out of phys_var_state_init. Done through a merged function ini_fillgeom within the comgeomfi_h module. Cosmetic changes. New interface with the mesoscale model: lesser amount of dirty MESOSCALE includes.

File:
1 edited

Legend:

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

    r1232 r1233  
    3333      use dimradmars_mod, only: tauscaling
    3434      use turb_mod, only: q2
     35      use comgeomfi_h, only: ini_fillgeom
     36
    3537      implicit none
    3638
     
    387389!      'datafile' path may be changed by user)
    388390      call phys_state_var_init(ngridmx,llm,nqtot,
    389      .                         latfi,lonfi,airefi,
    390391     .                         daysec,dtphys,rad,g,r,cpp)
     392      call ini_fillgeom(ngrid,latfi,lonfi,airefi)
    391393      call conf_phys(nqtot)
    392394
Note: See TracChangeset for help on using the changeset viewer.