Changeset 1169 for CONFIG/LMDZOR


Ignore:
Timestamp:
10/19/10 14:41:29 (14 years ago)
Author:
jgipsl
Message:

Modification in developement branch LMDZOR_v4 :

  • added resolution 280x280x39 with zoom Africa (cordex grid)
  • bug correction in CREATE experience for calendar=leap (anneref=year and calend=gregorian)
  • added always nudging(ok_guide=y)
  • added scripts for interpolating ERAI analysis to model horizontal grid. These scripts have to be used by hand, on other machine.
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4
Files:
6 added
2 deleted
5 edited
2 moved

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make

    r961 r1169  
    33 
    44all : 
    5         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else gmake LMD9695-L39 ; fi 
     5        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else gmake LMD280280-L39 ; fi 
    66 
    77LMD7245 : libioipsl liborchidee lmdz72x45x19 verif 
     
    3838        echo "LMD144142" >.resol 
    3939        echo "RESOL_ATM_3D=144x142x39" >>.resol 
     40        echo "$(LIB_MPI)" >.libmpi 
     41 
     42LMD280280-L39 : libioipsl liborchidee lmdz280x280x39 verif 
     43        echo "LMD280280-L39" >.resol 
     44        echo "RESOL_ATM_3D=280x280x39" >>.resol 
    4045        echo "$(LIB_MPI)" >.libmpi 
    4146 
     
    8186        $(M_K) lmdz RESOL_LMDZ=144x142x39 
    8287 
     88lmdz280x280x39: 
     89        $(M_K) lmdz RESOL_LMDZ=280x280x39 
     90 
    8391lmdz: 
    8492        (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AMIP/COMP/lmdz.card

    r1095 r1169  
    1616 
    1717# To force higher writing level for aerosol.  
    18 # LMDZ_Freq_aero : frequency for writing (in PeriodLength : 10Years = 120) ,  
    19 # LMDZ_Length_aero : length of writing (in PeriodLength : 1Year = 12).  
     18# LMDZ_Freq_aero   : frequency for writing (in PeriodLength : 10Years = 120) ,  
     19# LMDZ_Length_aero : length of writing     (in PeriodLength : 1Year = 12).  
    2020# To cancel this option put LMDZ_Length_aero=0 
    2121LMDZ_Freq_aero=120 
     
    3434 
    3535[InitialStateFiles] 
    36 List=   (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_${year}_start.nc,    start.nc) \ 
    37         (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_${year}_startphy.nc, startphy.nc)  
     36List=   (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_${year}_start.nc,    start.nc),\ 
     37        (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_${year}_startphy.nc, startphy.nc)  
    3838 
    3939[BoundaryFiles] 
    40 List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_limit.nc,       limit.nc) 
    41 #      (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_climoz_LMDZ.nc, climoz_LMDZ.nc) 
     40List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_limit.nc,       limit.nc),\ 
     41      (/dmnfs/cont003/p86ghatt/IGCM_OUT/LMDZOR/NUDGING-CORDEX-AFR/${year}${month}/u.nc, u.nc),\ 
     42      (/dmnfs/cont003/p86ghatt/IGCM_OUT/LMDZOR/NUDGING-CORDEX-AFR/${year}${month}/v.nc, v.nc) 
     43 
    4244# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 
    4345# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 
     
    6163        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    6264        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     65        (${SUBMIT_DIR}/PARAM/guide.def, .), \ 
    6366        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    6467        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
     
    6972 
    7073[OutputText] 
    71 List=   (physiq.def, gcm.def, run.def, traceur.def, used_run.def, lmdz.x.prt) 
     74List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def, lmdz.x.prt) 
    7275 
    7376[OutputFiles] 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AMIP/PARAM/run.def

    r1095 r1169  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=orchidee.def 
     6INCLUDEDEF=guide.def 
    67## Type de calendrier utilise 
    78## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     
    3637### VEGET= y si ORCHIDEE, =n si bucket 
    3738VEGET=y 
    38  
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/COMP/lmdz.card_Interannuel

    r1095 r1169  
    55 
    66[UserChoices] 
     7# Directory for parameter files 
     8PARAM_DIR=${SUBMIT_DIR}/../AMIP/PARAM 
    79 
    810[InitialStateFiles] 
     
    2426 
    2527[ParametersFiles] 
    26 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 
    27         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 
    28         (${SUBMIT_DIR}/PARAM/orchidee.def, .), \ 
    29         (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    30         (${SUBMIT_DIR}/PARAM/traceur.def, .)  
     28List=   (${PARAM_DIR}/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 
     29        (${PARAM_DIR}/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 
     30        (${PARAM_DIR}/orchidee.def, .), \ 
     31        (${PARAM_DIR}/run.def, .), \ 
     32        (${PARAM_DIR}/traceur.def, .),\ 
     33        (${PARAM_DIR}/guide.def, .)  
    3134 
    3235[RestartFiles] 
     
    3437 
    3538[OutputText] 
    36 List=   (physiq.def, gcm.def, run.def, traceur.def) 
     39List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def) 
    3740 
    3841[OutputFiles] 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/COMP/lmdz.driver

    r1095 r1169  
    2727    case ${config_UserChoices_CalendarType} in 
    2828        leap|gregorian) 
    29             CalendarTypeForLmdz=earth_366d;; 
     29            CalendarTypeForLmdz=gregorian;; 
    3030        noleap) 
    3131            CalendarTypeForLmdz=earth_365d;; 
     
    103103    ## run.def parameters 
    104104    LMDZ_sed run.def dayref   ${InitDay} 
    105     LMDZ_sed run.def anneeref ${InitYear} 
     105    LMDZ_sed run.def anneeref ${Year} 
    106106    LMDZ_sed run.def calend   ${CalendarTypeForLmdz} 
    107107    LMDZ_sed run.def nday     ${PeriodLengthInDays} 
     
    109109    LMDZ_sed run.def periodav ${LMDZ_periodav} 
    110110    LMDZ_sed run.def adjust   ${LMDZ_adjust} 
    111  
     111    LMDZ_sed run.def use_filtre_fft n 
    112112    if ( ${FirstInitialize} ) ; then 
    113113 
Note: See TracChangeset for help on using the changeset viewer.