Changes between Version 66 and Version 67 of Doc/FAQ


Ignore:
Timestamp:
01/15/20 11:26:31 (4 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v66 v67  
    200200  * once the job is finished, if you are running a coupled mode : check that the solver.stat files are identical. The solver.stat files are stored in DEBUG : 
    201201 {{{ 
    202 sdiff OCE/Debug/v3.historicalAnt1REDO_19640901_19640930_solver.stat /dmnfs11/cont003/p86maf/IGCM_OUT/IPSLCM5A/PROD/historicalAnt/v3.historicalAnt1/OCE/Debug/v3.historicalAnt1_19640901_19640930_solver.stat 
     202sdiff OCE/Debug/v3.historicalAnt1REDO_19640901_19640930_solver.stat $DMFDIR/../p86maf/IGCM_OUT/IPSLCM5A/PROD/historicalAnt/v3.historicalAnt1/OCE/Debug/v3.historicalAnt1_19640901_19640930_solver.stat 
    203203}}} 
    204204 
     
    338338#==================================================== 
    339339if [ X${TaskType} = Xcomputing ] ; then 
    340   . /ccc/cont003/home/dsm/p86ipsl/.atlas_env_netcdf4_irene_ksh > /dev/null 2>&1 
     340  . $CCCHOME/../../dsm/p86ipsl/.atlas_env_netcdf4_irene_ksh > /dev/null 2>&1 
    341341# to run with netcdf 3.6.3 ie compilation done before 17/2/2014 
    342342# uncomment 2 lines : 
     
    353353  module load nco/4.1.0 
    354354  #set the proper modules end 
    355   export PATH=${PATH}:/ccc/cont003/home/dsm/p86ipsl/AddNoise/src_X64_IRENE/bin 
    356   export PATH=${PATH}:/ccc/cont003/home/dsm/p86ipsl/AddPerturbation/src_X64_IRENE/bin 
     355  export PATH=${PATH}:$CCCHOME/../../dsm/p86ipsl/AddNoise/src_X64_IRENE/bin 
     356  export PATH=${PATH}:$CCCHOME/../../dsm/p86ipsl/AddPerturbation/src_X64_IRENE/bin 
    357357else 
    358   . /ccc/cont003/home/dsm/p86ipsl/.atlas_env_netcdf4_irene_ksh > /dev/null 2>&1 
    359   PCMDI_MP=/ccc/work/cont003/dsm/p86ipsl/PCMDI-MP 
     358  . $CCCHOME/../../dsm/p86ipsl/.atlas_env_netcdf4_irene_ksh > /dev/null 2>&1 
     359  PCMDI_MP=$CCCHOME/../../dsm/p86ipsl/PCMDI-MP 
    360360fi 
    361361}}} 
     
    643643Here is the command to locate files that follow the rule. 
    644644 
    645 > cd / ccc / work / cont003 / thredds / VOTRELOGIN 
     645> cd $CCCWORKDIR/../../thredds/VOTRELOGIN 
    646646> find -links 1 
    647647 
    648648 
    649649Command to remove these files after having carefully check the list. 
    650 > cd / ccc / work / cont003 / thredds / VOTRELOGIN 
     650> cd $CCCWORKDIR/../../thredds/VOTRELOGIN 
    651651> find -links 1 -exec \ rm {} \; 
    652652