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.GENERIC/libf/dynphy_lonlat/phystd/iniphysiq_mod.F90

    r1564 r1573  
    2424! necessary to get klon_omp
    2525USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid)
     26USE dimphy, ONLY: init_dimphy
    2627
    2728implicit none
     
    5758  !------------------------------------------
    5859  ! --> initialize physics distribution, global fields and geometry
     60  ! (i.e. things in phy_common or dynphy_lonlat)
    5961  CALL inigeomphy(ii,jj,nlayer, &
    6062               nbp, communicator, &
     
    6365               airedyn,cudyn,cvdyn)
    6466
    65   ! the distinct part for all planetary physics
     67  ! the distinct part for all planetary physics (ie. things in phystd)
    6668  !------------------------------------------
    6769
     
    7072! copy some fundamental parameters to physics
    7173! and do some initializations
     74
     75! Initialize dimphy module
     76call init_dimphy(klon_omp,nlayer)
    7277
    7378! copy over preff , ap() and bp()
Note: See TracChangeset for help on using the changeset viewer.