wiki:DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/shared

Version 5 (modified by ajornet, 6 years ago) (diff)

--

Shared folders

In this section you will find information about the MICT shared folder and how to Contribute.

HPC's common folder is available at:

  • Obelix (primary)

In the near future Curie and ADA will also have the files ( mirroring ).

Obelix

  • /home/surface7/mict/ -> general files
  • /home/surface7/mict/data -> Only data (forcings, ...)

Long term

For files required to be saved for a longterm period use the tapes (~300TB) system.

More info: https://intranet.lsce.ipsl.fr/informatique/en/stage/index.php

Contributing

Each developper is responsible to take care of its files.

Versioning files

In case you created different versions of the same file. You can find here a suggestion to maintain them to the rest of the group

  • lai_something_0.1_01022016.nc
  • lai_something_0.2_01022017.nc
  • lai_something_0.3_01022018.nc
  • lai_something.nc -> link to lai_something_0.3_01022018.nc (the latest version of the file)

The symbolic link always point out to the latest version of the file. Users won't have to worry to change their simulations to refer to the latest.

Create a symbolic link to the latest file:

ln -s lai_something.nc lai_something_0.3_01022018.nc