Changeset 1615 for LMDZ5/trunk/libf/dyn3d/gcm.F
- Timestamp:
- Feb 10, 2012, 4:42:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/gcm.F
r1592 r1615 21 21 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 22 22 ! dynamique -> physique pour l'initialisation 23 ! Ehouarn: for now these only apply to Earth: 24 #ifdef CPP_EARTH 23 #ifdef CPP_PHYS 25 24 USE dimphy 26 25 USE comgeomphy … … 180 179 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 181 180 ! dynamique -> physique pour l'initialisation 182 ! Ehouarn : temporarily (?) keep this only for Earth 183 if (planet_type.eq."earth") then 184 #ifdef CPP_EARTH 181 #ifdef CPP_PHYS 185 182 CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 186 183 call InitComgeomphy 187 184 #endif 188 endif189 185 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 190 186 c----------------------------------------------------------------------- … … 435 431 WRITE(lunout,*) 436 432 . 'GCM: WARNING!!! vitesse verticale nulle dans la physique' 437 ! Earth: 438 if (planet_type.eq."earth") then 439 #ifdef CPP_EARTH 433 ! Physics: 434 #ifdef CPP_PHYS 440 435 CALL iniphysiq(ngridmx,llm,daysec,day_ini,dtphys/nsplit_phys , 441 436 , latfi,lonfi,airefi,zcufi,zcvfi,rad,g,r,cpp ) 442 437 #endif 443 endif ! of if (planet_type.eq."earth")444 438 call_iniphys=.false. 445 439 ENDIF ! of IF (call_iniphys.and.(iflag_phys.eq.1)) 446 !#endif447 440 448 441 c numero de stockage pour les fichiers de redemarrage: … … 466 459 #endif 467 460 468 #ifdef CPP_ EARTH461 #ifdef CPP_PHYS 469 462 ! Create start file (startphy.nc) and boundary conditions (limit.nc) 470 463 ! for the Earth verstion
Note: See TracChangeset
for help on using the changeset viewer.