Changeset 984


Ignore:
Timestamp:
02/17/14 11:22:29 (10 years ago)
Author:
mafoipsl
Message:

On curie use netcdf4 library and add comments to run with netcdf/3.6.3 when required (ie to redo a simulation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r981 r984  
    9595#==================================================== 
    9696if [ X${TaskType} = Xcomputing ] ; then 
    97   . /ccc/cont003/home/dsm/p86ipsl/.atlas_env_calcul_curie_ksh 
     97  . /ccc/cont003/home/dsm/p86ipsl/.atlas_env_netcdf4_curie_ksh 
     98# to run with netcdf 3.6.3 ie compilation done before 17/2/2014 
     99# uncomment 2 lines : 
     100#  module unload netcdf 
     101#  module load netcdf/3.6.3 
    98102  export PATH=${PATH}:/ccc/cont003/home/dsm/p86ipsl/AddNoise/src_X64/bin 
    99103else 
    100   . /ccc/cont003/home/dsm/p86ipsl/.atlas_env_post_curie_ksh 
     104  . /ccc/cont003/home/dsm/p86ipsl/.atlas_env_netcdf4_curie_ksh 
    101105fi 
    102106 
Note: See TracChangeset for help on using the changeset viewer.