Changeset 1051 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
09/11/14 16:19:05 (10 years ago)
Author:
sdipsl
Message:

update message content
# Message type standard fields:
https://github.com/Prodiguer/prodiguer-docs/wiki/MQ-Standard-Message-Fields
# Message type dictionnary and custom fields:
https://github.com/Prodiguer/prodiguer-docs/wiki/Monitoring-Message-Dictionary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1036 r1051  
    166166#D- 
    167167#D--------------------------------------------------------------------== 
    168 #D- 0. SYSTEM ENVIRONMENT 
    169 #D-    - Define variables for Number of processors 
    170 #D-    - Define MPI variables 
    171 #D-    - Define batch scheduler variables 
    172 #D-    - Source IGCM Library 
    173 #D-    - Get RESOLution in .resol file (temporary) 
     168#D- 0.0 SYSTEM ENVIRONMENT 
     169#D-     - Define variables for Number of processors 
     170#D-     - Define MPI variables 
     171#D-     - Define batch scheduler variables 
     172#D-     - Source IGCM Library 
     173#D-     - Get RESOLution in .resol file (temporary) 
    174174#D--------------------------------------------------------------------== 
    175175 
     
    200200#D- 
    201201#D--------------------------------------------------------------------== 
     202#D- 0.1 COMMON ENVIRONMENT 
     203#D-     - Read libIGCM compatibility version in config.card 
     204#D-     - Read UserChoices section 
     205#D-     - Read Ensemble section 
     206#D-     - Read Post section 
     207#D-     - Define all netcdf output directories 
     208#D--------------------------------------------------------------------== 
     209IGCM_config_CommonConfiguration ${SUBMIT_DIR}/config.card 
     210 
     211# ------------------------------------------------------------------ 
     212# Activate BigBrother so as to supervise this simulation 
     213# ------------------------------------------------------------------ 
     214IGCM_debug_ActivateBigBro 
     215 
     216#D- 
     217#D--------------------------------------------------------------------== 
    202218#D- 1. INITIALIZE CONFIGURATION 
    203219#D-    - Simulation configuration 
     
    207223#D-    - Read or initialize CumulPeriod 
    208224#D-    - run.card 
    209 #D---------------------------------------------------------------------== 
     225#D--------------------------------------------------------------------== 
    210226IGCM_config_Initialize 
    211227 
     
    248264# ------------------------------------------------------------------ 
    249265IGCM_debug_Verif_Exit 
    250  
    251 # ------------------------------------------------------------------ 
    252 # Activate BigBrother so as to supervise this simulation 
    253 # ------------------------------------------------------------------ 
    254 IGCM_debug_ActivateBigBro 
    255266 
    256267#D- 
Note: See TracChangeset for help on using the changeset viewer.