[[TOC(heading=Using libIGCM library with ORCA2_LIM ,depth=2, private/libIGCM/* )]] = '''Using libIGCM library with ORCA2_LIM''' = [[BR]] == Purposes: == [[BR]] * Document the using of libIGCM for NEMO, in configuration ORCA2_LIM [[BR]] [[BR]] == Quick start guide: == [[BR]] * Define the following alias to use SVN : [[BR]] {{{ alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' }}} * Create and go into working directory : [[BR]] {{{ mkdir TRY ; cd TRY }}} * Extract modipsl : [[BR]] {{{ svn_ano }}} * Extract NEMO : [[BR]] {{{ cd modipsl/util ./model NEMO_IGCM }}} * Modify AA_job to avoid bug for ORCA2_LIM ( mars 2009 ) : [[BR]] {{{ cd ../libIGCM vi AA_job : change RESOL file in Job_Name: RESOL=ORCA2 }}} * Choosing ORCA2_LIM configuration : [[BR]] {{{ cd ../modeles/UTIL ./fait_config ORCA2_LIM }}} * Install the makefiles : [[BR]] {{{ cd ../../util ./ins_make }}} * Compile : [[BR]] {{{ cd ../config/ORCA2_LIM gmake }}} * Submit Job : [[BR]] {{{ ( Editing at this point modipsl/config/ORCA2_LIM/IGCM00/config.card ) ../../util/ins_job cd IGCM00 qsub Job_Name }}} [[BR]] [[BR]] Simona Flavoni last update: [[Timestamp]]