Ignore:
Timestamp:
Dec 19, 2002, 3:52:05 PM (22 years ago)
Author:
lmdzadmin
Message:

Convergence avec la version de Ionela Musat

bilan_dyn.F : correction bug dimension (PF)
conf_gcm.F : remize a zero de la date initiale (LF)
control.h : remize a zero de la date initiale (LF)
diagedyn.F : correction bug dimension (IM)
etat0_netcdf.F : lecture de co2_ppm & solaire ds physiq.def
gcm.F : remize a zero de la date initiale (LF)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/etat0_netcdf.F

    r384 r431  
    9292      REAL :: pbaru(ip1jmp1,llm),pbarv(ip1jm,llm)
    9393      REAL :: w(ip1jmp1,llm)
    94       REAL ::phystep,co2_ppm,solaire
     94cIM   REAL ::phystep,co2_ppm,solaire
     95      REAL ::phystep
    9596      INTEGER :: radpas
    9697       real zrel(iip1*jjp1),chmin,chmax
     
    613614      radpas    = NINT (86400./phystep/ FLOAT(nbapp_rad) )
    614615      write(*,*)'phystep =', phystep, radpas
    615       co2_ppm   = 330.0
    616       solaire   = 1370.0
     616cIM : lecture de co2_ppm & solaire ds physiq.def
     617c     co2_ppm   = 348.0
     618c     solaire   = 1365.0
    617619
    618620c
Note: See TracChangeset for help on using the changeset viewer.