- Timestamp:
- Mar 31, 2015, 3:49:07 PM (10 years ago)
- Location:
- trunk/LMDZ.MARS/libf/dynlonlat_phylonlat
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/newstart.F
r1401 r1403 34 34 use turb_mod, only: q2 35 35 use comgeomfi_h, only: ini_fillgeom 36 36 use filtreg_mod, only: inifilr 37 37 38 38 implicit none … … 137 137 integer flagthermo, flagh2o 138 138 character modif*20 139 real z_reel(iip1,jjp1)140 139 real tsud,albsud,alb_bb,ith_bb,Tiso 141 140 real ptoto,pcap,patm,airetot,ptotn,patmn … … 545 544 if (trim(modif) .eq. 'flat') then 546 545 c set topo to zero 547 CALL initial0(ip1jmp1,z_reel) 548 CALL multscal(ip1jmp1,z_reel,g,phis) 546 phis(:,:)=0 549 547 CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,phis,phisfi) 550 548 write(*,*) 'topography set to zero.'
Note: See TracChangeset
for help on using the changeset viewer.