Ignore:
Timestamp:
07/13/11 15:00:36 (13 years ago)
Author:
lfairhead
Message:

Changes to the IPSLCM5B picontrol configuration to:

  • update it with respect to the IPSLCM5A picontrol configuration
  • take into account the NP physics LMDZ package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/lmdz.driver

    r1221 r1511  
     1# $Id$ 
     2# 
    13#!/bin/ksh 
    24#----------------------------------------------------------------- 
     
    5557    OK_mensuel=n 
    5658    ok_hf=n 
     59    OK_les=n 
    5760 
    5861    case ${config_UserChoices_PeriodLength} in 
     
    6669        esac 
    6770        case ${frequency} in 
    68             HF|hf) ok_hf=y ;; 
     71            HF|hf)  
     72                ok_hf=y 
     73                OK_instan=y 
     74                ;; 
    6975        esac 
    7076    done 
     
    154160 
    155161    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
    156     LMDZ_sed physiq.def OK_instan   ${OK_instan} 
    157     LMDZ_sed physiq.def OK_journe   ${OK_journe} 
    158     LMDZ_sed physiq.def OK_mensuel  ${OK_mensuel} 
    159     LMDZ_sed physiq.def ok_hf       ${ok_hf} 
     162#    LMDZ_sed physiq.def OK_instan   ${OK_instan} 
     163#    LMDZ_sed physiq.def OK_journe   ${OK_journe} 
     164#    LMDZ_sed physiq.def OK_mensuel  ${OK_mensuel} 
     165#    LMDZ_sed physiq.def ok_hf       ${ok_hf} 
    160166#    LMDZ_sed physiq.def ecrit_mth   ${LMDZ_ecrit_mth} 
     167    LMDZ_sed config.def phys_out_filekeys "${OK_mensuel} ${OK_journe} ${ok_hf} ${OK_instan} ${OK_les}" 
    161168    LMDZ_string_sed config.def _ecrit-mth_   ${LMDZ_ecrit_mth} 
    162     LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    163     LMDZ_sed physiq.def ok_cosp     ${LMDZ_COSP_OK} 
    164     LMDZ_sed physiq.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
    165     LMDZ_sed physiq.def ok_journeCOSP   ${LMDZ_COSP_daily} 
    166     LMDZ_sed physiq.def ok_hfCOSP   ${LMDZ_COSP_hf} 
    167     LMDZ_sed physiq.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
     169#    LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
     170    LMDZ_sed config.def ok_cosp     ${LMDZ_COSP_OK} 
     171    LMDZ_sed config.def ok_mensuelCOSP  ${LMDZ_COSP_monthly} 
     172    LMDZ_sed config.def ok_journeCOSP   ${LMDZ_COSP_daily} 
     173    LMDZ_sed config.def ok_hfCOSP   ${LMDZ_COSP_hf} 
     174    LMDZ_sed config.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    168175 
    169176    ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
     
    177184    LMDZ_sed run.def periodav ${LMDZ_periodav} 
    178185    LMDZ_sed run.def adjust   ${LMDZ_adjust} 
     186 
     187# No filtre fft in case of zoom, 280x280x39-ZAf contains zoom 
     188    if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ; then 
     189         LMDZ_sed run.def use_filtre_fft n 
     190    fi 
    179191 
    180192    ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] 
Note: See TracChangeset for help on using the changeset viewer.