Changes between Initial Version and Version 1 of DynamicoLAM


Ignore:
Timestamp:
10/03/18 15:16:56 (6 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicoLAM

    v1 v1  
     1= LAM version of DYNAMICO = 
     2 
     3== Status on Oct 2 2018 == 
     4 
     5=== Things that work === 
     6* in Python/test, py/write_Cartesian_mesh.py creates a Cartesian mesh file which can be read by py/RSW_2D_mesh.py 
     7=== Issues === 
     8* py/RSW_2D_mesh.py does not work with mixed precision 
     9* switching between mixed precision to double precision requires edits to 3 files 
     10* mesh parameters are hard-written in write_Cartesian_mesh.py 
     11=== Next Goals === 
     12* run the Ullrich (2015) baroclinic test case in a channel 
     13* implement XIOS output with MPI 
     14=== short-term TODO List === 
     15==== Jisesh ==== 
     16* use Python module argparse to let write_Cartesian_mesh.py read mesh parameters from command line  
     17* use bubble_NH_3D as a template to start implementing Ullrich (2015) 
     18==== Thomas ====