Ignore:
Timestamp:
Jul 12, 2016, 3:17:48 PM (8 years ago)
Author:
emillour
Message:

All GCMS:
Cleanup concerning iniphysiq/inigeomphy initializations: initializations
related to routines in phy_common or dynphy_lonlat can be done in
inigeomphy, but any initialization for modules/routines in a physics
package (directory phy*) must be done in the related phy*/iniphysiq
routine.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dynphy_lonlat/phyvenus/iniphysiq_mod.F90

    r1564 r1573  
    1616  USE time_phylmdz_mod, ONLY: init_time
    1717  USE inigeomphy_mod, ONLY: inigeomphy
     18  USE dimphy, ONLY: init_dimphy
     19  USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid)
    1820  IMPLICIT NONE
    1921
     
    5355  !------------------------------------------
    5456  ! --> initialize physics distribution, global fields and geometry
     57  ! (i.e. things in phy_common or dynphy_lonlat)
    5558  CALL inigeomphy(ii,jj,nlayer, &
    5659               nbp, communicator, &
     
    5962               airedyn,cudyn,cvdyn)
    6063
    61   ! the distinct part for all planetary physics
     64  ! the distinct part for all planetary physics (ie. things in phyvenus)
    6265  !------------------------------------------
    6366
    6467!$OMP PARALLEL
     68
     69  ! Initialize dimphy module
     70  call init_dimphy(klon_omp,nlayer)
    6571
    6672  ! Initialize some physical constants
Note: See TracChangeset for help on using the changeset viewer.