Changes between Version 45 and Version 46 of Documentation/UserGuide


Ignore:
Timestamp:
2013-10-22T15:54:08+02:00 (11 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide

    v45 v46  
    77This page let you to answer some problems you can meet with ORCHIDEE. You will find some tutorials explaining how to install and run the model, how to debug,etc. 
    88 
    9 Questions asked : 
     9== Questions asked == 
    1010 
     11=== !Installation/First run/Branch === 
    1112 * ''' [wiki:HowTo/InstallingORCHIDEEBasic How to install ORCHIDEE with modipsl and libIGCM for offline use] '''(J. Ghattas)  
    1213 * ''' [wiki:HowTo/InstallingORCHIDEE How to install ORCHIDEE on my linux laptop or computer?] '''(D.Solyga)  
    1314 * ''' [wiki:HowTo/TestCase1 How to run a simple test case with ORCHIDEE offline ?] '''(J. Ghattas) 
    14  * ''' [wiki:HowTo/NewFlag How to add a new flag in ORCHIDEE ?]''' (S.Luyssaert) 
    15  * ''' [wiki:HowTo/VariableHistory How to add a variable to history files ?]''' (S.Luyssaert) 
    16  * ''' [wiki:HowTo/SegmentationFault How to solve a segmentation error ?]'''(S.Luyssaert) 
    17  * ''' [wiki:HowTo/ShellScript How to write a shell script ?]''' (S.Luyssaert) 
    18  * ''' [wiki:HowTo/DifferencesNetcdf How to check differences between netcdf files ?]''' (S.Luyssaert) 
    19  * ''' [wiki:HowTo/HistoryOperators How to understand the operators used to write the variables in the history files ?] ''' (F.Maignan)  
    20  * ''' [wiki:HowTo/StudyNetCDF What's the quickest way to examine netCDF files?] ''' (J.Ryder)  
    21  * ''' [wiki:HowTo/ParallelObelix How to run ORCHIDEE in parallel on Obelix ?] ''' (D.Solyga) 
    22  * ''' [wiki:HowTo/OrchideeVampir How to run ORCHIDEE with Vampir ?] '''  (D.Solyga) 
    23  * ''' [wiki:HowTo/ParallelCoding How to parallelize your code with MPI and OpenMP ?] '''  (D.Solyga) 
    24  * ''' [wiki:HowTo/HistoryLevel How to easily change history output level for multiple variables in intersurf.f90?] '''  (C.Yue) 
     15 * ''' [wiki:HowTo/svnBranchePerso  How to create a new branch or a personal version] ''' (J. Ghattas) 
    2516 * ''' [wiki:HowTo/ORCHIDEEDOFOCOInstall How to download and compile ORCHIDEE-DOFOCO] '''  (M. !McGrath) 
     17 
     18=== libIGCM === 
    2619 * ''' [wiki:HowTo/SpinupInJobBasic How to make a spinup analytic in OOL_SEC_STO] ''' (J. Ghattas) 
    27  * ''' [wiki:HowTo/IDRIS Running at Ada/IDRIS] ''' (J. Ghattas) 
    28  * ''' [wiki:HowTo/svnBranchePerso  How to create a new branch or a personal version] ''' (J. Ghattas) 
    29  * ''' [wiki:HowTo/FLUXNETValidation How to compare against Fluxnet data] '''  (M. !McGrath) 
    3020 * ''' [wiki:HowTo/LoopIGCM How to loop over years with libIGCM] ''' (M. !McGrath) 
    31  * ''' [wiki:HowTo/OutputFiles Is there a way to send all of my Orchidee output files to a different location?] ''' (J. Ryder) 
    32  * ''' [wiki:HowTo/DebuglibIGCM Is there a way to save all the output files when debugging with libIGCM?] ''' (M. !McGrath) 
    3321 * ''' [wiki:HowTo/ImposeVegetation How to make prescribe the vegetation in a pixel?]''' (S.Luyssaert) 
    3422 * ''' [wiki:HowTo/LandCoverMap How to make use of a land cover map with libIGCM ?]''' (S.Luyssaert) 
    3523 * ''' [wiki:HowTo/LandCoverChanges How to make use of a land cover change maps with libIGCM ?]''' (A. Rajaud & S.Luyssaert) 
    3624 * ''' [wiki:HowTo/ChangeCO2 Change atmospheric CO2 scalar value]''' (J. Ghattas) 
    37  * ''' [wiki:HowTo/ExtractPixel Extract a single pixel from a large restart file]''' (M. McGrath) 
     25 * ''' [wiki:HowTo/FLUXNETValidation How to compare against Fluxnet data] '''  (M. !McGrath) 
     26 * ''' [wiki:HowTo/OutputFiles Is there a way to send all of my Orchidee output files to a different location?] ''' (J. Ryder) 
     27 * ''' [wiki:HowTo/DebuglibIGCM Is there a way to save all the output files when debugging with libIGCM?] ''' (M. !McGrath) 
    3828 
    39 Tutorial list : 
     29=== History files === 
     30 * ''' [wiki:HowTo/HistoryOperators How to understand the operators used to write the variables in the history files ?] ''' (F.Maignan)  
     31 * ''' [wiki:HowTo/VariableHistory How to add a variable to history files ?]''' (S.Luyssaert) 
     32 * ''' [wiki:HowTo/HistoryLevel How to easily change history output level for multiple variables in intersurf.f90?] '''  (C.Yue) 
     33 
     34=== netcdf === 
     35 * ''' [wiki:HowTo/DifferencesNetcdf How to check differences between netcdf files ?]''' (S.Luyssaert) 
     36 * ''' [wiki:HowTo/StudyNetCDF What's the quickest way to examine netCDF files?] ''' (J.Ryder)  
     37 
     38=== Debugging === 
     39 * ''' [wiki:HowTo/SegmentationFault How to solve a segmentation error ?]'''(S.Luyssaert) 
     40 * ''' [wiki:HowTo/ExtractPixel Extract a single pixel from a large restart file]''' (M. !McGrath) 
     41 
     42=== Parallelism === 
     43 * ''' [wiki:HowTo/ParallelObelix How to run ORCHIDEE in parallel on Obelix ?] ''' (D.Solyga) 
     44 * ''' [wiki:HowTo/OrchideeVampir How to run ORCHIDEE with Vampir ?] '''  (D.Solyga) 
     45 * ''' [wiki:HowTo/ParallelCoding How to parallelize your code with MPI and OpenMP ?] '''  (D.Solyga) 
     46 
     47=== Environments === 
     48 * ''' [wiki:HowTo/IDRIS Running at Ada/IDRIS] ''' (J. Ghattas) 
     49 
     50=== Code === 
     51 * ''' [wiki:HowTo/NewFlag How to add a new flag in ORCHIDEE ?]''' (S.Luyssaert) 
     52 
     53=== Diverse === 
     54 * ''' [wiki:HowTo/ShellScript How to write a shell script ?]''' (S.Luyssaert) 
     55 
     56== Tutorial list == 
    4057 
    4158 * ''' How to create tickets ?''' (D.Solyga). If you have an wiki account, you can create tickets. To know more about it, look the following tutorial [http://dods.ipsl.jussieu.fr/orchidee/WIKI/TUTORIALS/Tickets.pdf here] 
    4259 * ''' First steps with ORCHIDEE on LSCE machines (ORCHIDEE training day)'''   (D.Solyga, N.Vuichard) : [http://dods.ipsl.jussieu.fr/orchidee/WIKI/TUTORIALS/tutorial_ORCHIDEE_LSCE.pdf The tutorial in PDF] 
    4360 
    44 Fortran standards : 
     61== Fortran standards == 
    4562 
    4663  * '''  [wiki:HowTo/FortranStandards Fortran standards and style guide]  ''' (J.Ryder) This is a working document, so feel free to comment or edit