Ignore:
Timestamp:
09/20/23 15:28:50 (8 months ago)
Author:
falletti
Message:

Integration of C-ESM-EP (post-processing) in libIGCM. From the work done by Stephane Senesi. To be activated in config.card [Post] with the keyword Cesmep (default: FALSE).

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM

    • Property svn:ignore set to
      *.job
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_irene.ksh

    r1581 r1598  
    226226 
    227227  # Load dfldatadir depending on the project used for submission (default) or set in config.card (optional) 
    228   if [ X${config_UserChoices_DataProject} = X ] || [ X${config_UserChoices_DataProject} = DEFAULT ]; then 
     228  if [ X${config_UserChoices_DataProject} = X ] || [ X${config_UserChoices_DataProject} = XDEFAULT ]; then 
    229229    # Default option: Change the dfldatadir according to the project used for submission 
    230230    # The variable DataProject in section UserChoices in config.card is not set or is set to DEFAULT 
     
    239239    # Use the project set by the variable DataProject in section UserChoices in config.card 
    240240    module switch dfldatadir dfldatadir/${config_UserChoices_DataProject} 
    241     IGCM_debug_Print 1 "Load dfldatadir for DataProject red in config.card : ${config_UserChoices_DataProject}" 
     241    IGCM_debug_Print 1 "Load dfldatadir for DataProject read in config.card : ${config_UserChoices_DataProject}" 
    242242  fi 
    243243 
Note: See TracChangeset for help on using the changeset viewer.