Ignore:
Timestamp:
Apr 16, 2010, 11:50:10 AM (14 years ago)
Author:
Ehouarn Millour
Message:

Added possibility to run in "Shallow Water" mode. SW mode is automatically set if the number of atmospheric layers is 1.
To use SW mode, the model should be compiled without physics (makelmdz_fcm -p nophys) and/or without calls to the physics (i.e. set iflag_phys=0 in gcm.def).

-Updated some definitions and comments in run.def & gcm.def

-Fixed misplaced #ifdef CPP_EARTH in calfis.F + some write(lunout,*)

-Specific initialisation of fields for SW are done in sw_case_williamson91_6 (called by iniacademic, when read_start=.false.)

  • Checked (on Vargas & Brodie) that these changes don't alter usual bench GCM outputs.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/gcm.def

    r1300 r1363  
    2222## coefficient pour gamdissip                                           
    2323coefdis=0.
    24 ## choix du shema d'integration temporelle (Matsuno ou Matsuno-leapfrog)
     24## choix du shema d'integration temporelle (Matsuno:y ou Matsuno-leapfrog:n)
    2525purmats=n
    26 ## avec ou sans physique                                                 
    27 physic=y
    28 ## periode de la physique (en pas)                                       
     26## avec ou sans physique
     27## 0: pas de physique (e.g. en mode Shallow Water)
     28## 1: avec physique (e.g. physique phylmd)
     29## 2: avec rappel newtonien dans la dynamique                                         
     30iflag_phys=1
     31## avec ou sans fichiers de demarrage (start.nc, startphy.nc) ?
     32## (sans fichiers de demarrage, initialisation des champs par iniacademic
     33##  dans la dynamique)
     34read_start=y
     35## periode de la physique (en pas dynamiques, n'a de sens que si iflag_phys=1)                                       
    2936iphysiq=10
    3037##  Avec ou sans strato
Note: See TracChangeset for help on using the changeset viewer.