Changeset 1024 for trunk/LMDZ.UNIVERSAL


Ignore:
Timestamp:
Aug 30, 2013, 1:25:28 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.COMMON. Added the posssibility for 3D runs without dynamics (precompiling flag NODYN). Added simple nudging (zonal wind for Saturn, but easy to extend). updated arch files for gnome with -auto. LMDZ.UNIVERSAL. Updated READMEs and latest def files (NB: saturn_tropostrato_128x96x64 and saturn_tropostrato_256x192x64 still experimental).

Location:
trunk/LMDZ.UNIVERSAL
Files:
18 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.UNIVERSAL/README.aymeric

    r992 r1024  
     1
     2
     3gnome
     4tests
     5makelmdz_fcm -d 128x96x64 -b 17x23 -arch GNOMEp -parallel mpi -p generic gcm
     6makelmdz_fcm -d 256x192x64 -b 17x23 -arch GNOMEp_large -parallel mpi -p generic gcm
     7
    18
    29***** en parallele dans LMDZ.UNIVERSAL
  • trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_strato/diagfi.def

    r992 r1024  
    55u
    66v
     7p
    78ISR
    89ASR
  • trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato/run.def

    r996 r1024  
    238238
    239239###################### SPONGE LAYER IN OLD DYNAMICS
    240 ###################### -- this is ignored by LMDZ5
    241 # Avec sponge layer
    242   callsponge  = .true.
    243 # Sponge:  mode0(u=v=0), mode1(u=umoy,v=0), mode2(u=umoy,v=vmoy)
    244   mode_sponge= 2
    245 # Sponge:  hauteur de sponge (km)
    246   hsponge= 50
    247 # Sponge:  tetasponge (secondes)
    248   tetasponge = 50000
    249 ######################
     240###################### -- this is ignored by LMDZ5 !!! NO LONGER !!!
     241## Avec sponge layer
     242#  callsponge  = .true.
     243## Sponge:  mode0(u=v=0), mode1(u=umoy,v=0), mode2(u=umoy,v=vmoy)
     244#  mode_sponge= 2
     245## Sponge:  hauteur de sponge (km)
     246#  hsponge= 50
     247## Sponge:  tetasponge (secondes)
     248#  tetasponge = 50000
     249#######################
    250250
    251251# some definitions for the physics, in file 'callphys.def'
  • trunk/LMDZ.UNIVERSAL/deftank/launch.gnome

    r975 r1024  
    11#######################################################################
    22####################################################################### nom
    3 # @ job_name            =       LMDZ_GENERIC
     3# @ job_name            =       LMDZ_UNIVERSAL
    44####################################################################### MPICH / serial
    55# @ job_type            =       MPICH
    66####################################################################### 8 / 16 / 20 / 32 / 64
    7 # @ total_tasks         =       64             
    8 ####################################################################### A / B / C / AP / BP / CP
    9 # @ class               =       BP             
     7# @ total_tasks         =       16             
     8####################################################################### A / B / C / AP / BP / CP / PP
     9# @ class               =       PP             
    1010####################################################################### 24gb (cf. llps pendant fonctionnement)
    1111# @ resources           =       ConsumableCpus(1)ConsumableMemory(3000mb) 
Note: See TracChangeset for help on using the changeset viewer.