Changeset 1795 for LMDZ5/branches/testing/libf/dyn3dmem/gcm.F
- Timestamp:
- Jul 18, 2013, 10:20:28 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1747-1749,1751,1753-1767,1769,1771-1772,1774-1776,1778-1794
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/gcm.F
r1707 r1795 19 19 USE filtreg_mod 20 20 USE control_mod 21 22 #ifdef INCA 23 ! Only INCA needs these informations (from the Earth's physics) 24 USE indice_sol_mod 25 #endif 21 26 22 27 #ifdef CPP_PHYS … … 75 80 #ifdef INCA 76 81 ! Only INCA needs these informations (from the Earth's physics) 77 #include "indicesol.h"82 !#include "indicesol.h" 78 83 #endif 79 84 … … 270 275 ! constants & fields, if we run the 'newtonian' or 'SW' cases: 271 276 if (iflag_phys.ne.1) then 272 CALL iniacademic (vcov,ucov,teta,q,masse,ps,phis,time_0)277 CALL iniacademic_loc(vcov,ucov,teta,q,masse,ps,phis,time_0) 273 278 endif 274 279 … … 291 296 . 'GCM: AVANT iniacademic AVANT AVANT AVANT AVANT' 292 297 if (.not.read_start) then 293 CALL iniacademic (vcov,ucov,teta,q,masse,ps,phis,time_0)298 CALL iniacademic_loc(vcov,ucov,teta,q,masse,ps,phis,time_0) 294 299 endif 295 300 … … 398 403 #endif 399 404 400 405 if (iflag_phys.eq.1) then 406 ! these initialisations have already been done (via iniacademic) 407 ! if running in SW or Newtonian mode 401 408 c----------------------------------------------------------------------- 402 409 c Initialisation des constantes dynamiques : … … 414 421 c -------------------------- 415 422 CALL inifilr 423 endif ! of if (iflag_phys.eq.1) 416 424 c 417 425 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.