Ignore:
Timestamp:
03/08/24 14:24:20 (7 weeks ago)
Author:
jgipsl
Message:

Change path to modipsl on svn (now forge.ipsl.fr instead of forge.jussieu.fr)

Also commit older changes:

  • jeanzay/env_atlas_jeanzay : Previously changed modules done in october 2020
  • irene-amd : removed after homogenization between modules used at skylake and amd in 2023
  • irene : new modules used since change to redhat8 in april 2023
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MachineEnvironment/irene/env_atlas_irene

    r3932 r6753  
     1module purge 
     2module load gnu/8.3.0  
     3module load c++/gnu/8.3.0 
     4module load c/gnu/8.3.0 
     5module load nco/5.0.1 
     6module load cdo/1.9.10 
    17 
    28#------------------------------------------------------ 
     
    410#------------------------------------------------------ 
    511# Load before FAST to get ps2pdf from FAST in PATH  
    6 module load ghostscript/9.19 
     12module load ghostscript/9.52 
     13 
     14 
     15#------------------------------------------------------ 
     16# PYTHON 
     17#------------------------------------------------------ 
     18module load python3 
    719 
    820#------------------------------------------------------ 
    921# FERRET 
    1022#------------------------------------------------------ 
    11 module load ferret/7.2 
     23module load ferret/7.6.0 
    1224 
    1325#------------------------------------------------------ 
    1426# FAST (Ferret Analysis Scripting Toolbox) 
    1527#------------------------------------------------------ 
    16 export FER_FAST="`/usr/bin/ccc_home -u igcmg`/Tools/fast" 
     28export FER_FAST="`/ccc/products/ccc_prod/bin/ccc_home -u igcmg`/Tools/fast" 
    1729 
    1830export FER_GO="$FER_FAST $FER_GO" 
     
    2638# ATLAS 
    2739#------------------------------------------------------ 
    28 export FER_ATLAS="`/usr/bin/ccc_home -u igcmg`/Tools/atlas" 
     40export FER_ATLAS="`/ccc/products/ccc_prod/bin/ccc_home -u igcmg`/Tools/atlas" 
    2941 
    3042export FER_GO="$FER_GO $FER_ATLAS" 
     
    3850# DATABASE 
    3951#------------------------------------------------------ 
    40 export DB="`/usr/bin/ccc_home -u igcmg -W`/database" 
     52export DB="`/ccc/products/ccc_prod/bin/ccc_home -u igcmg -W`/database" 
    4153export FER_DATA="$FER_DATA $DB/grids $DB/extras $DB/climato" 
     54 
     55# Move before the module load ferret to avoid overwritting 
     56# of FER_XX paths (atlas, fast, ...) - October 9, 2023 
     57##------------------------------------------------------ 
     58## PYTHON 
     59##------------------------------------------------------ 
     60#module load python3 
Note: See TracChangeset for help on using the changeset viewer.