Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/1D_decl_cases.h

    r5103 r5117  
    44!        integer nlev_prof
    55!        parameter (nlev_prof = 41)
    6         integer nlev_toga, nt_toga
     6        INTEGER nlev_toga, nt_toga
    77        parameter (nlev_toga=41, nt_toga=480)
    8         integer year_ini_toga, day_ini_toga, mth_ini_toga
    9         real day_ju_ini_toga   ! Julian day of toga coare first day
     8        INTEGER year_ini_toga, day_ini_toga, mth_ini_toga
     9        REAL day_ju_ini_toga   ! Julian day of toga coare first day
    1010        parameter (year_ini_toga=1992)
    1111        parameter (mth_ini_toga=11)
    1212        parameter (day_ini_toga=1)  !  1erNov1992
    13         real dt_toga
     13        REAL dt_toga
    1414        parameter (dt_toga=6.*3600.)
    1515!!
    16         integer year_print, month_print, day_print
     16        INTEGER year_print, month_print, day_print
    1717        real    sec_print
    1818!!
    19         real ts_toga(nt_toga)
    20         real plev_toga(nlev_toga,nt_toga),w_toga(nlev_toga,nt_toga)
    21         real t_toga(nlev_toga,nt_toga),q_toga(nlev_toga,nt_toga)
    22         real u_toga(nlev_toga,nt_toga),v_toga(nlev_toga,nt_toga)
    23         real ht_toga(nlev_toga,nt_toga),vt_toga(nlev_toga,nt_toga)
    24         real hq_toga(nlev_toga,nt_toga),vq_toga(nlev_toga,nt_toga)
    25 
    26         real ts_prof
    27         real plev_prof(nlev_toga),w_prof(nlev_toga)
    28         real t_prof(nlev_toga),q_prof(nlev_toga)
    29         real u_prof(nlev_toga),v_prof(nlev_toga)
    30         real ht_prof(nlev_toga),vt_prof(nlev_toga)
    31         real hq_prof(nlev_toga),vq_prof(nlev_toga)
    32 
    33         real w_mod(llm), t_mod(llm),q_mod(llm)
    34         real u_mod(llm),v_mod(llm), ht_mod(llm),vt_mod(llm),ug_mod(llm),vg_mod(llm)
     19        REAL ts_toga(nt_toga)
     20        REAL plev_toga(nlev_toga,nt_toga),w_toga(nlev_toga,nt_toga)
     21        REAL t_toga(nlev_toga,nt_toga),q_toga(nlev_toga,nt_toga)
     22        REAL u_toga(nlev_toga,nt_toga),v_toga(nlev_toga,nt_toga)
     23        REAL ht_toga(nlev_toga,nt_toga),vt_toga(nlev_toga,nt_toga)
     24        REAL hq_toga(nlev_toga,nt_toga),vq_toga(nlev_toga,nt_toga)
     25
     26        REAL ts_prof
     27        REAL plev_prof(nlev_toga),w_prof(nlev_toga)
     28        REAL t_prof(nlev_toga),q_prof(nlev_toga)
     29        REAL u_prof(nlev_toga),v_prof(nlev_toga)
     30        REAL ht_prof(nlev_toga),vt_prof(nlev_toga)
     31        REAL hq_prof(nlev_toga),vq_prof(nlev_toga)
     32
     33        REAL w_mod(llm), t_mod(llm),q_mod(llm)
     34        REAL u_mod(llm),v_mod(llm), ht_mod(llm),vt_mod(llm),ug_mod(llm),vg_mod(llm)
    3535            real temp_nudg_mod(llm),qv_nudg_mod(llm),u_nudg_mod(llm),v_nudg_mod(llm)       
    36         real hq_mod(llm),vq_mod(llm),qv_mod(llm),ql_mod(llm),qt_mod(llm)
    37         real th_mod(llm)
     36        REAL hq_mod(llm),vq_mod(llm),qv_mod(llm),ql_mod(llm),qt_mod(llm)
     37        REAL th_mod(llm)
    3838
    3939! EV comment these lines
     
    4343! Declarations specifiques au cas RICO
    4444        character*80 :: fich_rico
    45         integer nlev_rico
     45        INTEGER nlev_rico
    4646
    4747        parameter (nlev_rico=81)
    48         real ts_rico,ps_rico
    49         real w_rico(llm)
    50         real t_rico(llm),q_rico(llm)
    51         real u_rico(llm),v_rico(llm)
    52         real dth_rico(llm)
    53         real dqh_rico(llm)
     48        REAL ts_rico,ps_rico
     49        REAL w_rico(llm)
     50        REAL t_rico(llm),q_rico(llm)
     51        REAL u_rico(llm),v_rico(llm)
     52        REAL dth_rico(llm)
     53        REAL dqh_rico(llm)
    5454!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    5555! Declarations specifiques au cas TWPice
    5656        character*80 :: fich_twpice
    57         integer nlev_twpi, nt_twpi
     57        INTEGER nlev_twpi, nt_twpi
    5858        parameter (nlev_twpi=40, nt_twpi=215)
    59         integer year_ini_twpi, day_ini_twpi, mth_ini_twpi
    60         real heure_ini_twpi
    61         real day_ju_ini_twpi   ! Julian day of twpice first day
     59        INTEGER year_ini_twpi, day_ini_twpi, mth_ini_twpi
     60        REAL heure_ini_twpi
     61        REAL day_ju_ini_twpi   ! Julian day of twpice first day
    6262        parameter (year_ini_twpi=2006)
    6363        parameter (mth_ini_twpi=1)
    6464        parameter (day_ini_twpi=17)  ! 17 = 17Jan2006
    6565        parameter (heure_ini_twpi=10800.) !3h en secondes
    66         real dt_twpi
     66        REAL dt_twpi
    6767        parameter (dt_twpi=3.*3600.)
    6868
    69         real ts_twpi(nt_twpi)
    70         real plev_twpi(nlev_twpi,nt_twpi),w_twpi(nlev_twpi,nt_twpi)
    71         real t_twpi(nlev_twpi,nt_twpi),q_twpi(nlev_twpi,nt_twpi)
    72         real u_twpi(nlev_twpi,nt_twpi),v_twpi(nlev_twpi,nt_twpi)
    73         real ht_twpi(nlev_twpi,nt_twpi),vt_twpi(nlev_twpi,nt_twpi)
    74         real hq_twpi(nlev_twpi,nt_twpi),vq_twpi(nlev_twpi,nt_twpi)
    75 
    76         real ts_proftwp
    77         real plev_proftwp(nlev_twpi),w_proftwp(nlev_twpi)
    78         real t_proftwp(nlev_twpi),q_proftwp(nlev_twpi)
    79         real u_proftwp(nlev_twpi),v_proftwp(nlev_twpi)
    80         real ht_proftwp(nlev_twpi),vt_proftwp(nlev_twpi)
    81         real hq_proftwp(nlev_twpi),vq_proftwp(nlev_twpi)
     69        REAL ts_twpi(nt_twpi)
     70        REAL plev_twpi(nlev_twpi,nt_twpi),w_twpi(nlev_twpi,nt_twpi)
     71        REAL t_twpi(nlev_twpi,nt_twpi),q_twpi(nlev_twpi,nt_twpi)
     72        REAL u_twpi(nlev_twpi,nt_twpi),v_twpi(nlev_twpi,nt_twpi)
     73        REAL ht_twpi(nlev_twpi,nt_twpi),vt_twpi(nlev_twpi,nt_twpi)
     74        REAL hq_twpi(nlev_twpi,nt_twpi),vq_twpi(nlev_twpi,nt_twpi)
     75
     76        REAL ts_proftwp
     77        REAL plev_proftwp(nlev_twpi),w_proftwp(nlev_twpi)
     78        REAL t_proftwp(nlev_twpi),q_proftwp(nlev_twpi)
     79        REAL u_proftwp(nlev_twpi),v_proftwp(nlev_twpi)
     80        REAL ht_proftwp(nlev_twpi),vt_proftwp(nlev_twpi)
     81        REAL hq_proftwp(nlev_twpi),vq_proftwp(nlev_twpi)
    8282
    8383
     
    8585!Declarations specifiques au cas FIRE
    8686        character*80 :: fich_fire
    87         integer nlev_fire, nt_fire
     87        INTEGER nlev_fire, nt_fire
    8888        parameter (nlev_fire=120, nt_fire=1) 
    89         integer year_ini_fire, day_ini_fire, mth_ini_fire
    90         real heure_ini_fire
     89        INTEGER year_ini_fire, day_ini_fire, mth_ini_fire
     90        REAL heure_ini_fire
    9191        parameter (year_ini_fire=1987)
    9292        parameter (mth_ini_fire=7)
     
    133133!Declarations specifiques au cas DICE     (MPL 02072013)
    134134        character*80 :: fich_dice
    135         integer nlev_dice, nt_dice
     135        INTEGER nlev_dice, nt_dice
    136136        parameter (nlev_dice=70, nt_dice=145) 
    137         integer year_ini_dice, day_ini_dice, mth_ini_dice
    138         real heure_ini_dice
    139         real day_ju_ini_dice   ! Julian day of dice first day
     137        INTEGER year_ini_dice, day_ini_dice, mth_ini_dice
     138        REAL heure_ini_dice
     139        REAL day_ju_ini_dice   ! Julian day of dice first day
    140140        parameter (year_ini_dice=1999)
    141141        parameter (mth_ini_dice=10)
    142142        parameter (day_ini_dice=23)  ! 23 = 23 october 1999
    143143        parameter (heure_ini_dice=68400.) !19UTC en secondes
    144         real dt_dice
     144        REAL dt_dice
    145145        parameter (dt_dice=0.5*3600.) ! 1 forcage ttes les demi-heures
    146146
    147147!profils initiaux:
    148         real plev_dice(nlev_dice)
     148        REAL plev_dice(nlev_dice)
    149149       
    150         real zz_dice(nlev_dice)
    151         real t_dice(nlev_dice),qv_dice(nlev_dice)
    152         real u_dice(nlev_dice), v_dice(nlev_dice),o3_dice(nlev_dice)
    153         real ht_dice(nlev_dice,nt_dice)
    154         real hq_dice(nlev_dice,nt_dice), hu_dice(nlev_dice,nt_dice)
    155         real hv_dice(nlev_dice,nt_dice)
    156         real w_dice(nlev_dice,nt_dice),omega_dice(nlev_dice,nt_dice)
    157         real o3_mod(llm),hu_mod(llm),hv_mod(llm)
    158         real t_dicei(nlev_dice),qv_dicei(nlev_dice)
    159         real u_dicei(nlev_dice), v_dicei(nlev_dice),o3_dicei(nlev_dice)
    160         real ht_dicei(nlev_dice)
    161         real hq_dicei(nlev_dice), hu_dicei(nlev_dice)
    162         real hv_dicei(nlev_dice)
    163         real w_dicei(nlev_dice),omega_dicei(nlev_dice)
     150        REAL zz_dice(nlev_dice)
     151        REAL t_dice(nlev_dice),qv_dice(nlev_dice)
     152        REAL u_dice(nlev_dice), v_dice(nlev_dice),o3_dice(nlev_dice)
     153        REAL ht_dice(nlev_dice,nt_dice)
     154        REAL hq_dice(nlev_dice,nt_dice), hu_dice(nlev_dice,nt_dice)
     155        REAL hv_dice(nlev_dice,nt_dice)
     156        REAL w_dice(nlev_dice,nt_dice),omega_dice(nlev_dice,nt_dice)
     157        REAL o3_mod(llm),hu_mod(llm),hv_mod(llm)
     158        REAL t_dicei(nlev_dice),qv_dicei(nlev_dice)
     159        REAL u_dicei(nlev_dice), v_dicei(nlev_dice),o3_dicei(nlev_dice)
     160        REAL ht_dicei(nlev_dice)
     161        REAL hq_dicei(nlev_dice), hu_dicei(nlev_dice)
     162        REAL hv_dicei(nlev_dice)
     163        REAL w_dicei(nlev_dice),omega_dicei(nlev_dice)
    164164
    165165       
    166166!forcings
    167         real shf_dice(nt_dice),lhf_dice(nt_dice)
    168         real lwup_dice(nt_dice),swup_dice(nt_dice)
    169         real tg_dice(nt_dice),ustar_dice(nt_dice),psurf_dice(nt_dice)
    170         real ug_dice(nt_dice),vg_dice(nt_dice)
    171 
    172         real shf_prof,lhf_prof,lwup_prof,swup_prof,tg_prof
    173         real ustar_prof,psurf_prof,cdrag
    174         real ht_profd(nlev_dice),hq_profd(nlev_dice),hu_profd(nlev_dice)
    175         real hv_profd(nlev_dice),w_profd(nlev_dice)
    176         real omega_profd(nlev_dice),ug_profd,vg_profd
     167        REAL shf_dice(nt_dice),lhf_dice(nt_dice)
     168        REAL lwup_dice(nt_dice),swup_dice(nt_dice)
     169        REAL tg_dice(nt_dice),ustar_dice(nt_dice),psurf_dice(nt_dice)
     170        REAL ug_dice(nt_dice),vg_dice(nt_dice)
     171
     172        REAL shf_prof,lhf_prof,lwup_prof,swup_prof,tg_prof
     173        REAL ustar_prof,psurf_prof,cdrag
     174        REAL ht_profd(nlev_dice),hq_profd(nlev_dice),hu_profd(nlev_dice)
     175        REAL hv_profd(nlev_dice),w_profd(nlev_dice)
     176        REAL omega_profd(nlev_dice),ug_profd,vg_profd
    177177
    178178!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    187187        real  Ts_gcssold
    188188        real  dtime_frcg
    189         logical :: Turb_fcg_gcssold
     189        LOGICAL :: Turb_fcg_gcssold
    190190
    191191        common /turb_forcing/                                                   &
     
    196196
    197197
    198         integer nlev_armcu, nt_armcu
     198        INTEGER nlev_armcu, nt_armcu
    199199        parameter (nlev_armcu=40, nt_armcu=31)
    200         integer year_ini_armcu, day_ini_armcu, mth_ini_armcu
     200        INTEGER year_ini_armcu, day_ini_armcu, mth_ini_armcu
    201201        real  heure_ini_armcu
    202         real day_ju_ini_armcu                                ! Julian day of armcu case first day
     202        REAL day_ju_ini_armcu                                ! Julian day of armcu case first day
    203203        parameter (year_ini_armcu=1997)
    204204        parameter (mth_ini_armcu=6)
    205205        parameter (day_ini_armcu=21)  ! 172 = 21 juin 1997
    206206        parameter (heure_ini_armcu=41400)   ! 11:30 en secondes
    207         real dt_armcu
     207        REAL dt_armcu
    208208        parameter (dt_armcu=1.*1800.)   ! forcages donnes ttes les demi-heures par ifa_armcu.txt
    209         real sens_armcu(nt_armcu),flat_armcu(nt_armcu)
    210         real adv_theta_armcu(nt_armcu),rad_theta_armcu(nt_armcu)
    211         real adv_qt_armcu(nt_armcu)
    212         real theta_mod(llm),rv_mod(llm),play_mod(llm)
     209        REAL sens_armcu(nt_armcu),flat_armcu(nt_armcu)
     210        REAL adv_theta_armcu(nt_armcu),rad_theta_armcu(nt_armcu)
     211        REAL adv_qt_armcu(nt_armcu)
     212        REAL theta_mod(llm),rv_mod(llm),play_mod(llm)
    213213! profc comme "profil armcu"
    214214       
    215215! forcages interpoles dans le temps
    216         real adv_theta_prof,rad_theta_prof,adv_qt_prof
    217         real sens_prof,flat_prof,fact
     216        REAL adv_theta_prof,rad_theta_prof,adv_qt_prof
     217        REAL sens_prof,flat_prof,fact
    218218!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    219219! declarations specifiques au cas Sandu
     
    221221!        integer nlev_prof
    222222!        parameter (nlev_prof = 41)
    223         integer nlev_sandu, nt_sandu
     223        INTEGER nlev_sandu, nt_sandu
    224224        parameter (nlev_sandu=87, nt_sandu=13)
    225         integer year_ini_sandu, day_ini_sandu, mth_ini_sandu
    226         real day_ju_ini_sandu                                ! Julian day of sandu case first day
     225        INTEGER year_ini_sandu, day_ini_sandu, mth_ini_sandu
     226        REAL day_ju_ini_sandu                                ! Julian day of sandu case first day
    227227        parameter (year_ini_sandu=2006)
    228228        parameter (mth_ini_sandu=7)
    229229        parameter (day_ini_sandu=15)  ! 196 = 15 juillet 2006
    230         real dt_sandu, tau_sandu
     230        REAL dt_sandu, tau_sandu
    231231        logical  :: trouve_700=.TRUE.
    232232        parameter (dt_sandu=6.*3600.)   ! forcages donnes ttes les 6 heures par ifa_sandu.txt
    233233        parameter (tau_sandu=30000*3600.)  ! temps de relaxation u,v,thetal,qt vers profil init et au dessus 700hPa
    234234!!
    235         real ts_sandu(nt_sandu)
     235        REAL ts_sandu(nt_sandu)
    236236! profs comme "profil sandu"
    237         real plev_profs(nlev_sandu)
    238         real t_profs(nlev_sandu),thl_profs(nlev_sandu)
    239         real q_profs(nlev_sandu)
    240         real u_profs(nlev_sandu),v_profs(nlev_sandu),w_profs(nlev_sandu)
    241         real omega_profs(nlev_sandu),o3mmr_profs(nlev_sandu)
    242 
    243         real, dimension(llm) :: relax_u,relax_v,relax_thl
    244         real, dimension(llm,2) :: relax_q
    245 
    246         real thl_mod(llm),omega_mod(llm),o3mmr_mod(llm),tke_mod(llm)
     237        REAL plev_profs(nlev_sandu)
     238        REAL t_profs(nlev_sandu),thl_profs(nlev_sandu)
     239        REAL q_profs(nlev_sandu)
     240        REAL u_profs(nlev_sandu),v_profs(nlev_sandu),w_profs(nlev_sandu)
     241        REAL omega_profs(nlev_sandu),o3mmr_profs(nlev_sandu)
     242
     243        REAL, DIMENSION(llm) :: relax_u,relax_v,relax_thl
     244        REAL, DIMENSION(llm,2) :: relax_q
     245
     246        REAL thl_mod(llm),omega_mod(llm),o3mmr_mod(llm),tke_mod(llm)
    247247!vertical advection computation
    248         real d_t_z(llm),d_th_z(llm), d_q_z(llm)
    249         real d_t_dyn_z(llm),d_th_dyn_z(llm), d_q_dyn_z(llm)
    250         real d_u_z(llm),d_v_z(llm)
    251         real d_u_dyn(llm),d_v_dyn(llm)
    252         real d_u_dyn_z(llm),d_v_dyn_z(llm)
    253         real d_u_adv(llm),d_v_adv(llm)
    254         real zz(llm)
    255         real zfact
     248        REAL d_t_z(llm),d_th_z(llm), d_q_z(llm)
     249        REAL d_t_dyn_z(llm),d_th_dyn_z(llm), d_q_dyn_z(llm)
     250        REAL d_u_z(llm),d_v_z(llm)
     251        REAL d_u_dyn(llm),d_v_dyn(llm)
     252        REAL d_u_dyn_z(llm),d_v_dyn_z(llm)
     253        REAL d_u_adv(llm),d_v_adv(llm)
     254        REAL zz(llm)
     255        REAL zfact
    256256!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    257257! Declarations specifiques au cas Astex
    258258        character*80 :: fich_astex
    259         integer nlev_astex, nt_astex
     259        INTEGER nlev_astex, nt_astex
    260260        parameter (nlev_astex=34, nt_astex=49)
    261         integer year_ini_astex, day_ini_astex, mth_ini_astex
    262         real day_ju_ini_astex                                ! Julian day of astex case first day
     261        INTEGER year_ini_astex, day_ini_astex, mth_ini_astex
     262        REAL day_ju_ini_astex                                ! Julian day of astex case first day
    263263        parameter (year_ini_astex=1992)
    264264        parameter (mth_ini_astex=6)
    265265        parameter (day_ini_astex=13)  ! 165 = 13 juin 1992
    266         real dt_astex
     266        REAL dt_astex
    267267        parameter (dt_astex=3600.)    ! forcages donnes ttes les heures par ifa_astex.txt
    268         real ts_astex(nt_astex),div_astex(nt_astex),ug_astex(nt_astex)
    269         real vg_astex(nt_astex),ufa_astex(nt_astex),vfa_astex(nt_astex)
    270         real div_prof,ug_prof,vg_prof,ufa_prof,vfa_prof
     268        REAL ts_astex(nt_astex),div_astex(nt_astex),ug_astex(nt_astex)
     269        REAL vg_astex(nt_astex),ufa_astex(nt_astex),vfa_astex(nt_astex)
     270        REAL div_prof,ug_prof,vg_prof,ufa_prof,vfa_prof
    271271! profa comme "profil astex"
    272         real plev_profa(nlev_astex)
    273         real t_profa(nlev_astex),thl_profa(nlev_astex)
    274         real qv_profa(nlev_astex),ql_profa(nlev_astex)
    275         real qt_profa(nlev_astex),o3mmr_profa(nlev_astex)
    276         real u_profa(nlev_astex),v_profa(nlev_astex),w_profa(nlev_astex)
    277         real tke_profa(nlev_astex)
     272        REAL plev_profa(nlev_astex)
     273        REAL t_profa(nlev_astex),thl_profa(nlev_astex)
     274        REAL qv_profa(nlev_astex),ql_profa(nlev_astex)
     275        REAL qt_profa(nlev_astex),o3mmr_profa(nlev_astex)
     276        REAL u_profa(nlev_astex),v_profa(nlev_astex),w_profa(nlev_astex)
     277        REAL tke_profa(nlev_astex)
    278278
    279279!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    280280!Declarations specifiques au cas standard
    281281
    282         real w_mod_cas(llm), t_mod_cas(llm),q_mod_cas(llm)
    283         real theta_mod_cas(llm),thl_mod_cas(llm),thv_mod_cas(llm)
    284         real qv_mod_cas(llm),ql_mod_cas(llm),qi_mod_cas(llm)
    285         real ug_mod_cas(llm),vg_mod_cas(llm)
    286         real temp_nudg_mod_cas(llm),qv_nudg_mod_cas(llm),v_nudg_mod_cas(llm),u_nudg_mod_cas(llm)
    287         real invtau_temp_nudg_mod_cas(llm),invtau_qv_nudg_mod_cas(llm),invtau_v_nudg_mod_cas(llm),invtau_u_nudg_mod_cas(llm)
    288         real u_mod_cas(llm),v_mod_cas(llm)
    289         real omega_mod_cas(llm),tke_mod_cas(llm+1)
    290         real ht_mod_cas(llm),vt_mod_cas(llm),dt_mod_cas(llm),dtrad_mod_cas(llm)
    291         real hth_mod_cas(llm),vth_mod_cas(llm),dth_mod_cas(llm)
    292         real hq_mod_cas(llm),vq_mod_cas(llm),dq_mod_cas(llm)
    293         real hu_mod_cas(llm),vu_mod_cas(llm),du_mod_cas(llm)
    294         real hv_mod_cas(llm),vv_mod_cas(llm),dv_mod_cas(llm)
    295         integer day_ini_cas
    296 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    297 
    298 
     282        REAL w_mod_cas(llm), t_mod_cas(llm),q_mod_cas(llm)
     283        REAL theta_mod_cas(llm),thl_mod_cas(llm),thv_mod_cas(llm)
     284        REAL qv_mod_cas(llm),ql_mod_cas(llm),qi_mod_cas(llm)
     285        REAL ug_mod_cas(llm),vg_mod_cas(llm)
     286        REAL temp_nudg_mod_cas(llm),qv_nudg_mod_cas(llm),v_nudg_mod_cas(llm),u_nudg_mod_cas(llm)
     287        REAL invtau_temp_nudg_mod_cas(llm),invtau_qv_nudg_mod_cas(llm),invtau_v_nudg_mod_cas(llm),invtau_u_nudg_mod_cas(llm)
     288        REAL u_mod_cas(llm),v_mod_cas(llm)
     289        REAL omega_mod_cas(llm),tke_mod_cas(llm+1)
     290        REAL ht_mod_cas(llm),vt_mod_cas(llm),dt_mod_cas(llm),dtrad_mod_cas(llm)
     291        REAL hth_mod_cas(llm),vth_mod_cas(llm),dth_mod_cas(llm)
     292        REAL hq_mod_cas(llm),vq_mod_cas(llm),dq_mod_cas(llm)
     293        REAL hu_mod_cas(llm),vu_mod_cas(llm),du_mod_cas(llm)
     294        REAL hv_mod_cas(llm),vv_mod_cas(llm),dv_mod_cas(llm)
     295        INTEGER day_ini_cas
     296!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     297
     298
Note: See TracChangeset for help on using the changeset viewer.