Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenIFS/AC is maintained in Philippe Le Sager's ECMWF git repository: https://git.ecmwf.int/users/nm6

No Format
git clone ssh://git@git.ecmwf.int/~nm6/oifs43r3.git

...


mv oifs43r3 openifs-ac

...


cd openifs-ac

...


git checkout v2ac-rc

Environment settings

In order to build OpenIFS/AC the standard environment settings for oifs43r3v2 can be used with the application of two changes:

...

Obtaining additional data packages

  • Download the additional data tarballs that are required for chemistry experiments:

    No Format
    cd $OIFS_DATA_DIR

...

  • 
    module load ecfs

...

  • 
    ecp ec:/nm6/oifs/oifs-ac-43r3-chem.tgz .  

...

  • 
    ecp ec:/nm6/oifs/oifs-ac-43r3-xtra.tgz .

...

  • 
    ecp ec:/nm6/oifs/oifs-ac-43r3-initcond.tgz  (initial experiment data for first day of month, 12 months of 2010; goes into $OIFS_DATA_DIR/ICMCL)

...

  • 
    ecp ec:/nm6/oifs/ICMCL-2010.tgz .


  • Unpack the following files:  oifs-ac-43r3-chem.tgz and oifs-ac-43r3-xtra.tgz into $OIFS_DATA_DIR. This will result in the following directory structure:

...