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.MARS/libf/dynphy_lonlat/phymars/iniphysiq_mod.F90

    r1564 r1573  
    2020! necessary to get klon_omp
    2121USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid)
     22USE dimphy, ONLY: init_dimphy
    2223
    2324implicit none
     
    4950  !------------------------------------------
    5051  ! --> initialize physics distribution, global fields and geometry
     52  ! (i.e. things in phy_common or dynphy_lonlat)
    5153  CALL inigeomphy(ii,jj,nlayer, &
    5254               nbp, communicator, &
     
    5557               airedyn,cudyn,cvdyn)
    5658
    57   ! the distinct part for all planetary physics
     59  ! the distinct part for all planetary physics (ie. things in phymars)
    5860  !------------------------------------------
    5961
     
    6264! copy some fundamental parameters to physics
    6365! and do some initializations
     66
     67! Initialize dimphy module
     68call init_dimphy(klon_omp,nlayer)
    6469
    6570call phys_state_var_init(klon_omp,nlayer,nqtot, &
Note: See TracChangeset for help on using the changeset viewer.