Ignore:
Timestamp:
Jul 18, 2013, 10:20:28 AM (11 years ago)
Author:
Ehouarn Millour
Message:

Version testing basee sur la r1794


Testing release based on r1794

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dyn3dmem/gcm.F

    r1707 r1795  
    1919      USE filtreg_mod
    2020      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
    2126
    2227#ifdef CPP_PHYS
     
    7580#ifdef INCA
    7681! Only INCA needs these informations (from the Earth's physics)
    77 #include "indicesol.h"
     82!#include "indicesol.h"
    7883#endif
    7984
     
    270275      ! constants & fields, if we run the 'newtonian' or 'SW' cases:
    271276        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)
    273278        endif
    274279
     
    291296     .              'GCM: AVANT iniacademic AVANT AVANT AVANT AVANT'
    292297      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)
    294299      endif
    295300
     
    398403#endif
    399404
    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
    401408c-----------------------------------------------------------------------
    402409c   Initialisation des constantes dynamiques :
     
    414421c   --------------------------
    415422        CALL inifilr
     423      endif ! of if (iflag_phys.eq.1)
    416424c
    417425c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.