Changeset 1326


Ignore:
Timestamp:
04/15/16 14:40:03 (8 years ago)
Author:
sdipsl
Message:
  • Bugfix. IPSLCM6.0.2 ORCA1 monitoring was fully broken.
Location:
trunk/libIGCM
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_multi_se

    r1314 r1326  
    112112#D- TEMPORARY Flag to determine ice resolution 
    113113#D- Default : value from ice driver if any 
    114 RESOL_ICE=${RESOL_ICE:=ORCA2} 
     114RESOL_ICE=${RESOL_OCE:=ORCA2} 
    115115 
    116116#D- TEMPORARY Flag to determine marine biogeochemistry resolution 
    117117#D- Default : value from ice driver if any 
    118 RESOL_MBG=${RESOL_MBG:=ORCA2} 
     118RESOL_MBG=${RESOL_OCE:=ORCA2} 
    119119 
    120120######################################################################## 
  • trunk/libIGCM/AA_create_se

    r1314 r1326  
    119119#D- TEMPORARY Flag to determine ice resolution 
    120120#D- Default : value from ice driver if any 
    121 RESOL_ICE=${RESOL_ICE:=ORCA2} 
     121RESOL_ICE=${RESOL_OCE:=ORCA2} 
    122122 
    123123#D- TEMPORARY Flag to determine marine biogeochemistry resolution 
    124124#D- Default : value from ice driver if any 
    125 RESOL_MBG=${RESOL_MBG:=ORCA2} 
     125RESOL_MBG=${RESOL_OCE:=ORCA2} 
    126126 
    127127######################################################################## 
  • trunk/libIGCM/AA_create_ts

    r1314 r1326  
    131131#D- TEMPORARY Flag to determine ice resolution 
    132132#D- Default : value from ice driver if any 
    133 RESOL_ICE=${RESOL_ICE:=ORCA2} 
     133RESOL_ICE=${RESOL_OCE:=ORCA2} 
    134134 
    135135#D- TEMPORARY Flag to determine marine biogeochemistry resolution 
    136136#D- Default : value from ice driver if any 
    137 RESOL_MBG=${RESOL_MBG:=ORCA2} 
     137RESOL_MBG=${RESOL_OCE:=ORCA2} 
    138138 
    139139######################################################################## 
  • trunk/libIGCM/AA_monitoring

    r1290 r1326  
    112112#D- TEMPORARY Flag to determine ice resolution 
    113113#D- Default : value from ice driver if any 
    114 RESOL_ICE=${RESOL_ICE:=ORCA2} 
     114RESOL_ICE=${RESOL_OCE:=ORCA2} 
    115115 
    116116#D- TEMPORARY Flag to determine marine biogeochemistry resolution 
    117117#D- Default : value from ice driver if any 
    118 RESOL_MBG=${RESOL_MBG:=ORCA2} 
     118RESOL_MBG=${RESOL_OCE:=ORCA2} 
    119119 
    120120###################################################################### 
     
    197197  PATH_monitoring_file="" 
    198198  eval monitoring_file=monitoring01_${compname}_\${RESOL_${comp}}.cfg > /dev/null 2>&1 
    199   if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
     199  if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/${monitoring_file} ]] ; then 
     200    PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
     201  elif if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
    200202    PATH_monitoring_file=${CARD_DIR}/POST/monitoring01_${compname}.cfg 
    201   elif [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/${monitoring_file} ]] ; then 
    202     PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
    203203  elif [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
    204204    PATH_monitoring_file=${FER_ATLAS}/${monitoring_file} 
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r1290 r1326  
    131131#D- TEMPORARY Flag to determine ice resolution 
    132132#D- Default : value from ice driver if any 
    133 RESOL_ICE=${RESOL_ICE:=ORCA2} 
     133RESOL_ICE=${RESOL_OCE:=ORCA2} 
    134134 
    135135#D- TEMPORARY Flag to determine biogeochemistry resolution 
    136136#D- Default : value from ice driver if any 
    137 RESOL_MBG=${RESOL_MBG:=ORCA2} 
     137RESOL_MBG=${RESOL_OCE:=ORCA2} 
    138138 
    139139#D- Flag to determine surface resolution 
Note: See TracChangeset for help on using the changeset viewer.