Changeset 1832 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Dec 4, 2017, 6:31:59 PM (7 years ago)
Author:
mlefevre
Message:

MESOSCALE GENERIC. two things are done in inifis and not necessary in MESOSCALE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90

    r1801 r1832  
    8989
    9090  ! Initialize some "temporal and calendar" related variables
     91#ifndef MESOSCALE
    9192  CALL init_time(day_ini,pdaysec,nday,ptimestep)
     93#endif
    9294
    9395  ! read in some parameters from "run.def" for physics,
     
    753755
    754756  ! Initializations for comgeomfi_h
     757#ifndef MESOSCALE
    755758  totarea=SSUM(ngrid,parea,1)
    756759  call planetwide_sumval(parea,totarea_planet)
     
    768771     coslon(ig)=cos(plon(ig))
    769772  ENDDO
    770 
     773#endif
    771774  ! initialize variables in radinc_h
    772775  call ini_radinc_h(nlayer)
Note: See TracChangeset for help on using the changeset viewer.