Versions Compared

Key

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

...

Panel
bgColorwhite
titleSample session:
Code Block
% mkdir oifs
% cd oifs

% ftp ftp.ecmwf.int
user: openifs
cd src/38r1
ls
get oifs38r1v1.0.tar.gz
quit

% tar zxf oifs38r1v1.0.tar.gz

% ls
make   src    testrun
 

OpenIFS directory layout

The directory structure for the OpenIFS model and code depends on local installation requirements, number of users and so on. However, a recommended directory structure would have all source code and data organised under a single directory 'oifs'.  If desired, the grib_api and FCM software could also be installed under the oifs directory but it's recommended they are placed elsewhere.

...