Changeset 1107 for trunk/DOC


Ignore:
Timestamp:
Nov 19, 2013, 12:52:22 PM (11 years ago)
Author:
emillour
Message:

Common dynamics: Updates and modifications to enable running Mars physics with

LMDZ.COMMON dynamics:

  • For compilation: adapted makelmdz, create_make_gcm and makelmdz_fcm, bld.cfg to compile aeronomy routines in "aerono$physique" if it exists, and added "-P -traditional" preprocessing flags in "arch-linux-ifort*"
  • Added function "cbrt.F" (cubic root) in 'bibio'
  • Adapted the reading/writing of dynamics (re)start.nc files for Mars. The main issue is that different information (on time, reference and current) is stored and used differently, hence a few if (planet_type =="mars") here and there. Moreover in the martian case there is the possibility to store fields over multiple times. Some Mars-specific variables (ecritphy,ecritstart,timestart) added in control_mod.F and (hour_ini) in temps.h

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/chantiers/commit_importants.log

    r1056 r1107  
    13021302- gravity waves parameterization is implemented but not usable yet !
    13031303
     1304**********************
     1305**** commit_v1107 ****
     1306**********************
     1307Ehouarn: Updates and modifications to enable running Mars physics with
     1308         LMDZ.COMMON dynamics:
     1309- For compilation: adapted makelmdz, create_make_gcm and makelmdz_fcm, bld.cfg
     1310  to compile aeronomy routines in "aerono$physique" if it exists,
     1311  and added "-P -traditional" preprocessing flags in "arch-linux-ifort*"
     1312- Added function "cbrt.F" (cubic root) in 'bibio'
     1313- Adapted the reading/writing of dynamics (re)start.nc files for Mars. The main
     1314  issue is that different information (on time, reference and current) is
     1315  stored and used differently, hence a few if (planet_type =="mars") here and
     1316  there. Moreover in the martian case there is the possibility to store fields
     1317  over multiple times.
     1318  Some Mars-specific variables (ecritphy,ecritstart,timestart) added in
     1319  control_mod.F and (hour_ini) in temps.h
     1320 
Note: See TracChangeset for help on using the changeset viewer.