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/phytitan/iniphysiq_mod.F90

    r1564 r1573  
    1717  USE inigeomphy_mod, ONLY: inigeomphy
    1818  USE control_mod, ONLY: nday
     19  USE dimphy, ONLY: init_dimphy
     20  USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid)
    1921  IMPLICIT NONE
    2022
     
    5456  !------------------------------------------
    5557  ! --> initialize physics distribution, global fields and geometry
     58  ! (i.e. things in phy_common or dynphy_lonlat)
    5659  CALL inigeomphy(ii,jj,nlayer, &
    5760               nbp, communicator, &
     
    6063               airedyn,cudyn,cvdyn)
    6164
    62   ! the distinct part for all planetary physics
     65  ! the distinct part for all planetary physics  (ie. things in phytitan)
    6366  !------------------------------------------
    6467
    6568!$OMP PARALLEL
     69
     70  ! Initialize dimphy module
     71  call init_dimphy(klon_omp,nlayer)
    6672
    6773  ! Initialize some physical constants
Note: See TracChangeset for help on using the changeset viewer.