Ignore:
Timestamp:
06/09/09 12:41:33 (15 years ago)
Author:
mmaipsl
Message:

Change default resolution for SRF to ALL and add STOmate component (for MONITORING).
Correct a little mistake in two loops in case of the compname equal to history filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r108 r131  
    217217    for element in $( env | grep Post_ | grep ${compname}_SeasonalFrequency | grep -i "=true" ) ; do 
    218218        # 
    219         FILE=$( echo ${element} | awk -F "_${compname}" '{print $1}' | awk "-FPost_" '{print $2}' ) 
     219        FILE=$( echo ${element} | awk -F "_${compname}_SeasonalFrequency" '{print $1}' | awk "-FPost_" '{print $2}' ) 
    220220        # 
    221221        IGCM_card_DefineArrayFromOption ${card} Post_${FILE} Patches 
Note: See TracChangeset for help on using the changeset viewer.