Changeset 1842


Ignore:
Timestamp:
Dec 5, 2017, 6:16:03 PM (8 years ago)
Author:
mturbet
Message:

debuggage

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/phys_state_var_mod.F90

    r1835 r1842  
    1717      use surfdat_h, only: phisfi, albedodat,  &
    1818                        zmea, zstd, zsig, zgam, zthe
    19       use tracer_h, only: nqtot
    2019      use turb_mod
    2120!#include "bands.h"
     
    9291
    9392!$OMP THREADPRIVATE(dlw,fder)
     93     
    9494CONTAINS
    9595
    9696!======================================================================
    97 SUBROUTINE phys_state_var_init
     97SUBROUTINE phys_state_var_init(nqtot)
    9898
    9999IMPLICIT NONE
     100
     101        integer :: nqtot
    100102
    101103!  Parametres de l'Orographie a l'Echelle Sous-Maille (OESM):
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r1839 r1842  
    406406      if (firstcall) then
    407407        ! Allocate saved arrays.
    408         call phys_state_var_init
     408        call phys_state_var_init(nq)
    409409
    410410!        Variables set to 0
Note: See TracChangeset for help on using the changeset viewer.