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/AA_pack_output

    r1568 r1598  
    330330done 
    331331 
     332# Execute C-ESM-EP driver (which launches jobs) 
     333if [ $PostCesmep = Pack ] ; then 
     334    ${SUBMIT_DIR}/cesmep_lite/libIGCM_post.sh $DateBegin $DateEnd 
     335fi 
     336 
    332337# Flush post-processing submission 
    333338if [ -f ${R_BUFR}/FlushPost_${DateEnd}.ksh ] ; then 
Note: See TracChangeset for help on using the changeset viewer.