Changeset 674


Ignore:
Timestamp:
Nov 16, 2005, 3:47:19 PM (19 years ago)
Author:
lmdzadmin
Message:

Initialisations - AC
MAF

Location:
LMDZ4/trunk/libf/phylmd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/clmain.F

    r661 r674  
    316316      LOGICAL check
    317317      PARAMETER (check=.false.)
     318
     319
     320c initialisation Anne
     321      ytherm(:) = 0.
    318322C
    319323      if (check) THEN
     
    500504        yts(j) = ts(i,nsrf)
    501505cIM "slab" ocean
     506c        PRINT *, 'tslab = ', i, tslab(i)
    502507        ytslab(i) = tslab(i)
    503508c
  • LMDZ4/trunk/libf/phylmd/hbtm.F

    r644 r674  
    168168#include "YOETHF.h"
    169169#include "FCTTRE.h"
    170        b212=sqrt(b1*b2)
    171        b2sr=sqrt(b2)
     170
     171
     172
     173! initialisations (Anne)
     174      th_th(:) = 0.
     175      q_star = 0
     176      t_star = 0
     177
     178
     179      b212=sqrt(b1*b2)
     180      b2sr=sqrt(b2)
    172181c
    173182C ============================================================
  • LMDZ4/trunk/libf/phylmd/physiq.F

    r660 r674  
    125125cIM "slab" ocean
    126126      REAL tslab(klon)    !Temperature du slab-ocean
     127      SAVE tslab
    127128      REAL seaice(klon)   !glace de mer (kg/m2)
     129      SAVE seaice
    128130      REAL fluxo(klon)    !flux turbulents ocean-glace de mer
    129131      REAL fluxg(klon)    !flux turbulents ocean-atmosphere
     
    12221224      SAVE ok_ade, ok_aie, bl95_b0, bl95_b1
    12231225cym
     1226c Anne
     1227         SAVE u10m
     1228         SAVE v10m
     1229         SAVE t2m
     1230         SAVE q2m
     1231         SAVE ffonte
     1232         SAVE fqcalving
     1233         SAVE piz_ae
     1234         SAVE tau_ae
     1235         SAVE cg_ae
     1236         SAVE rain_con
     1237         SAVE snow_con
     1238         SAVE bl95_b0
     1239         SAVE bl95_b1
     1240         SAVE topswai
     1241         SAVE topswad
     1242         SAVE solswai
     1243         SAVE solswad
     1244         SAVE d_u_con
     1245         SAVE d_v_con
     1246         SAVE rnebcon0
     1247         SAVE clwcon0
     1248         SAVE rnebcon
     1249         SAVE clwcon
     1250         SAVE paire_ter
     1251         SAVE nhistoW
     1252         SAVE histoW
     1253c SAVE anne 20/09/2005
     1254         SAVE pblh
     1255         SAVE plcl
     1256         SAVE capCL
     1257         SAVE oliqCL
     1258         SAVE cteiCL
     1259         SAVE pblt
     1260         SAVE therm
     1261         SAVE trmb1
     1262         SAVE trmb2
     1263         SAVE trmb3
     1264
     1265c fin Anne
    12241266cjq-end
    12251267c
     
    12841326         histoW(:,:,:,:) = 0.0
    12851327! fin anne
     1328! Anne 12/09/2005
     1329
     1330         pblh(:,:)   =0.        ! Hauteur de couche limite
     1331         plcl(:,:)   =0.        ! Niveau de condensation de la CLA
     1332         capCL(:,:)  =0.        ! CAPE de couche limite
     1333         oliqCL(:,:) =0.        ! eau_liqu integree de couche limite
     1334         cteiCL(:,:) =0.        ! cloud top instab. crit. couche limite
     1335         pblt(:,:)   =0.        ! T a la Hauteur de couche limite
     1336         therm(:,:)  =0.
     1337         trmb1(:,:)  =0.        ! deep_cape
     1338         trmb2(:,:)  =0.        ! inhibition
     1339         trmb3(:,:)  =0.        ! Point Omega
     1340! fin Anne
    12861341
    12871342cym
     
    17871842
    17881843      fder = dlw
    1789 
    17901844
    17911845      CALL clmain(dtime,itap,date0,pctsrf,pctsrf_new,
Note: See TracChangeset for help on using the changeset viewer.