Changes between Version 99 and Version 100 of Doc/FAQ


Ignore:
Timestamp:
06/20/24 15:05:28 (9 days ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v99 v100  
    115115cd modipsl 
    116116mv libIGCM libIGCM_old 
    117 svn checkout -r `number_revision` http://forge.ipsl.fr/libigcm/svn/trunk/libIGCM libIGCM 
    118 }}} 
    119 where number_revision is specified by someone from PlatForm group.  
    120  
    121  
    122 If AA_job has been modified, you must : 
    123  * move to the experiment directory,  
    124  * delete or move old jobs  
    125  * rerun the new jobs using `ins_job`. MYCONFIG could be IPSLCM6 or ORCHIDEE_OL, for example: 
     117svn checkout -r `revision_number` http://forge.ipsl.fr/libigcm/svn/trunk/libIGCM libIGCM 
     118cd libIGCM 
     119./ins_job -f 
     120}}} 
     121where revision_number is specified by someone from Plateform group. If you're told to use the most recent version of libIGCM, then set HEAD as revision_number. 
     122 
     123 
     124If AA_job has been modified, you must move to the experiment directory and launch '''ins_job -f''' to force libIGCM to recreate the main job and at the same time all post-processing jobs.  
    126125{{{ 
    127126cd ...../config/MYCONFIG/MYEXP 
    128 mv Job_MYEXP OLDJOB                                              # save the old job 
    129 ../../../libIGCM/ins_job 
    130 # modifier Job_MYEXP : NbPeriod, memory,... as it was done in OLDJOB 
     127../../../libIGCM/ins_job -f 
    131128}}} 
    132129