Changeset 1832 for trunk/LMDZ.GENERIC
- Timestamp:
- Dec 4, 2017, 6:31:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r1801 r1832 89 89 90 90 ! Initialize some "temporal and calendar" related variables 91 #ifndef MESOSCALE 91 92 CALL init_time(day_ini,pdaysec,nday,ptimestep) 93 #endif 92 94 93 95 ! read in some parameters from "run.def" for physics, … … 753 755 754 756 ! Initializations for comgeomfi_h 757 #ifndef MESOSCALE 755 758 totarea=SSUM(ngrid,parea,1) 756 759 call planetwide_sumval(parea,totarea_planet) … … 768 771 coslon(ig)=cos(plon(ig)) 769 772 ENDDO 770 773 #endif 771 774 ! initialize variables in radinc_h 772 775 call ini_radinc_h(nlayer)
Note: See TracChangeset
for help on using the changeset viewer.