source: LMDZ.3.3/branches/rel-LF/libf/phylmd/cvparam3.h @ 475

Last change on this file since 475 was 433, checked in by lmdzadmin, 22 years ago

Convergence avec la version de Ionela dec 2002

YOMCST.? : suppression RI0 (IM)
albedo.F : facteur 1.2 sur le nouveau calcul (IM)
clesphys.h : rajout de différentes ctes (concentration des gaz) (IM)
clmain.F : separation des flux LW, SW (JLD)

remplace qsurf par yqsol (IM)

conf_phys.F90 : rajout de différentes ctes (gaz + orbite) (IM)
convect3.F : DPINV+SIGD*0.5*(EVAP(1)+EVAP(2)) (SBL)
cv3_routines.F:
cvparam3.h : compatibilite avec conema3 TEMPORAIRE (FH)
phyetat0.F : lecture de co2_ppm et solaire pour tests de coherence
phyredem.F : co2_ppm et solaire passé en common
physiq.F : separation flux LW, SW

rajout diagnostiques (slp, w500)
suppression iflag_con = 4
clwcon0=qcondc (FH)
position dU "ENDIF ! ok_cvl"

radlwsw.F : passage des concentrations gaz dans un common (IM)

PEMIS(i) = 1.0 (JLD pour cohérence ORCHIDEE)

stdlevvar.F90 :
suphec.F : suppression init. des ctes orbitales (IM)

nouvelles E/S (ini_hist..., write_hist...)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1016 bytes
RevLine 
[416]1c------------------------------------------------------------
2c Parameters for convectL, iflag_con=3:
3c (includes - microphysical parameters, 
4c                       - parameters that control the rate of approach
5c               to quasi-equilibrium)
6c                       - noff & minorig (previously in input of convect1)
7c------------------------------------------------------------
8
9      integer noff, minorig, nl, nlp, nlm
10      real sigd, spfac
[433]11cIM cf. FH : pour compatibilite avec conema3 TEMPORAIRE   real pbcrit, ptcrit, epmax
12      real pbcrit, ptcrit
[416]13      real omtrain
14      real dtovsh, dpbase, dttrig
15      real dtcrit, tau, beta, alpha
16      real delta
17      real betad
18
19      COMMON /cvparam3/  noff, minorig, nl, nlp, nlm
20     :                ,  sigd, spfac
[433]21cIM cf. FH : pour compatibilite avec conema3 TEMPORAIRE  :                ,pbcrit, ptcrit, epmax
22     :                ,pbcrit, ptcrit
[416]23     :                ,omtrain
24     :                ,dtovsh, dpbase, dttrig
25     :                ,dtcrit, tau, beta, alpha, delta, betad
26
Note: See TracBrowser for help on using the repository browser.