Ignore:
Timestamp:
May 11, 2014, 7:41:54 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC LMDZ.COMMON LMDZ.UNIVERSAL. Bye Bye LMDZ.UNIVERSAL. Go to LMDZ.COMMON!

Location:
trunk/LMDZ.COMMON/deftank
Files:
1 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/deftank/def_generic_giants/PROTO_Saturn_Article/modif.128x96.def

    r1165 r1252  
    22## RUN.DEF
    33
    4 # nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )
    5  day_step = 140
     4day_step = 140
     5day_step = 280
    66
    7 # periode de la physique (en pas) (en pas dynamiques, n'a de sens que si iflag_phys=1)                                     
    8   iphysiq=7
     7# peu d appel physiq
     8iphysiq = 140
    99
    10 # temps de dissipation des plus petites long.d ondes pour u,v (gradiv) 
    11  tetagdiv=2700.
     10tetagdiv = 2700.
     11tetagrot = 3600.
     12tetatemp = 3600.
    1213
    13 # temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot)
    14  tetagrot=3600.
    15 
    16 # temps de dissipation des plus petites long.d ondes pour  h ( divgrad)
    17  tetatemp=3600.
     14#tetagdiv = 1500.
     15#tetagrot = 2400.
     16#tetatemp = 2400.
    1817
    1918## CALLPHYS.DEF
    2019
    21 # the rad. transfer is computed every "iradia" physical timestep
    22 iradia    = 320
     20## peu d appel physiq
     21#iradia = 320
  • trunk/LMDZ.COMMON/deftank/def_generic_giants/PROTO_Saturn_Article/run.def

    r1173 r1252  
    1818### use_filtre_fft --> flag to activate FFT filtering
    1919###########################################################################
    20 nday = 65000
     20nday = 650000
     21nday = 1250
    2122iperiod = 5
    2223day_step = 70
     
    3940### physic --> flag with or without physics (*)
    4041###########################################################################
    41 iphysiq = 14
     42iphysiq = 140
    4243ecritphy = 7000
    4344planet_type = generic
     
    6061read_start = y
    6162raz_date = 0
    62 ok_guide = n
     63ok_guide = y
    6364facwind = 1.e6
    6465
     
    8283###########################################################################
    8384dissip_period = 5
    84 dissip_fac_mid = 1.
     85dissip_fac_mid = 2
    8586lstardis = .true.
    8687nitergdiv = 1
    8788nitergrot = 2
    8889niterh = 2
    89 tetagdiv = 5400. 8000. 160000. 1000. 2500. 4000.
    90 tetagrot = 7200. 8000. 160000. 1000. 2500. 4000.
    91 tetatemp = 7200. 8000. 160000. 1000. 2500. 4000.
     90tetagdiv = 5400.
     91tetagrot = 7200.
     92tetatemp = 7200.
    9293
    9394###########################################################################
     
    100101### - dissip_pupstart --> pressure at bottom of transition region (Pa)
    101102###########################################################################
    102 ok_strato = n
    103 dissip_fac_up = 5
     103ok_strato = y
     104dissip_fac_up = 2
    104105dissip_deltaz = 150.
    105106dissip_hdelta = 50.
     
    119120### e-5 medium / e-4 strong yet reasonable / e-3 very strong
    120121###########################################################################
    121 iflag_top_bound = 1
     122iflag_top_bound = 2
    122123mode_top_bound = 1
     124tau_top_bound = 1.e-5
     125tau_top_bound = 1.e-6
    123126tau_top_bound = 1.e-4
    124127
     
    189192###########################################################################
    190193INCLUDEDEF=callphys.def
    191 #INCLUDEDEF=modif.def
     194INCLUDEDEF=modif.def
Note: See TracChangeset for help on using the changeset viewer.