Ignore:
Timestamp:
Feb 12, 2025, 10:08:35 AM (5 months ago)
Author:
aborella
Message:

Revert merge with trunk

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/dyn3d/replay3d.f90

    r5489 r5536  
    1818        grossismx, grossismy, dzoomx, dzoomy,taux,tauy
    1919  USE mod_const_mpi, ONLY: comm_lmdz
    20   USE ioipsl, only: getin
    21 
    2220!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    2321  ! FH 2008/05/09 On elimine toutes les clefs physiques dans la dynamique
     
    2826  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    2927  USE paramet_mod_h
    30 
    3128  IMPLICIT NONE
    3229
     
    7471
    7572  integer :: ntime=10000,it,klon,klev
    76 
    77   character*20 :: lmax_replay
    7873
    7974
     
    167162
    168163
     164     CALL iophys_ini(900.)
    169165print*,'Rlatu=',rlatu
    170166klon=2+iim*(jjm-1)
    171 
    172 print*,'AVANT getin'
    173167klev=llm
    174 CALL getin('lmax_replay',lmax_replay)
    175 print*,'APRES getin',lmax_replay
    176 CALL getin(lmax_replay,klev)
    177 print*,'replay3d lmax_replay klev',lmax_replay,klev
    178 
    179      CALL iophys_ini(900.,klev)
    180168
    181169!---------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.