New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1690 for branches/libIGCM – NEMO

Changeset 1690 for branches/libIGCM


Ignore:
Timestamp:
2009-10-30T10:44:58+01:00 (15 years ago)
Author:
cetlod
Message:

Adding files for ORCA2_OFF_PISCES/IGCM02 config, see ticket:574

Location:
branches/libIGCM/ORCA2_OFF_PISCES/IGCM02
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_OFF_PISCES/IGCM02/COMP/pisces.card

    r1676 r1690  
    3838List= (${SUBMIT_DIR}/PARAM/namelist, .), \ 
    3939        (${SUBMIT_DIR}/PARAM/namelist_top, .), \ 
    40         (${SUBMIT_DIR}/PARAM/namelist_pisces,    .) 
     40        (${SUBMIT_DIR}/PARAM/namelist_pisces, .), \ 
     41        (${SUBMIT_DIR}/PARAM/iodef.xml, .), \ 
     42        (${SUBMIT_DIR}/PARAM/xmlio_server.def, .) 
    4143 
    4244[RestartFiles] 
     
    4446 
    4547[OutputText] 
    46 List=   (ocean.output) 
     48List=   (ocean.output, iodef.xml) 
    4749 
    4850[OutputFiles] 
    49 List=   (${PREFIX_NWRITETRC}_${DATE_OPA}_ptrc_T.nc, ${R_OUT_MBG_NWRITE}/${PREFIX}_${WFT1}_ptrc_T.nc, NONE), \ 
    50         (${PREFIX_NWRITETRC}_${DATE_OPA}_diad_T.nc, ${R_OUT_MBG_NWRITE}/${PREFIX}_${WFT1}_diad_T.nc, NONE) 
     51List=   (${PREFIX}_${WFT1}_ptrc_T.nc, ${R_OUT_MBG_NWRITE}/${PREFIX}_${WFT1}_ptrc_T.nc, NONE), \ 
     52        (${PREFIX}_${WFT1}_diad_T.nc, ${R_OUT_MBG_NWRITE}/${PREFIX}_${WFT1}_diad_T.nc, NONE) 
    5153 
  • branches/libIGCM/ORCA2_OFF_PISCES/IGCM02/COMP/pisces.driver

    r1676 r1690  
    6464    PAT_PIS_LRIVER=$( supergrep ln_river                 ${SUBMIT_DIR}/PARAM/namelist_pisces ) 
    6565 
     66    ##--Variables used for XMLIO_SERVER configuration file 
     67 
     68    # using_server: .TRUE.(.FALSE.) to use(bypass) the io_server 
     69 
     70    PAT_SERVER=$( supergrep using_server ${SUBMIT_DIR}/PARAM/xmlio_server.def ) 
     71 
     72 
    6673    IGCM_debug_PopStack "MBG_Initialize" 
    6774} 
     
    127134        *Y|*y) 
    128135            (( TOP_NWRITE = OPA_NDT_DAY * topfactor * $( IGCM_date_DaysInYear  ${year} ) ))          ; 
     136            (( WriteFrequencyInDays =  topfactor * $( IGCM_date_DaysInYear  ${year} ) ))          ; 
    129137            PREFIX_NWRITETRC=${config_UserChoices_JobName}_${topfactor}y ; 
    130138            R_OUT_MBG_NWRITE=${R_OUT_MBG_O_Y} ; 
     
    132140        1M|1m) 
    133141            (( TOP_NWRITE = OPA_NDT_DAY * topfactor * $( IGCM_date_DaysInMonth  ${year} ${month} ) ))          ; 
     142            (( WriteFrequencyInDays =  topfactor * $( IGCM_date_DaysInMonth  ${year} ${month} ) ))          ; 
    134143            PREFIX_NWRITETRC=${config_UserChoices_JobName}_${topfactor}m ; 
    135144            R_OUT_MBG_NWRITE=${R_OUT_MBG_O_M} ; 
     
    137146        *D|*d) 
    138147            (( TOP_NWRITE = OPA_NDT_DAY * topfactor  ))          ; 
     148            (( WriteFrequencyInDays =  topfactor  ))          ; 
    139149            PREFIX_NWRITETRC=${config_UserChoices_JobName}_${topfactor}d ; 
    140150            R_OUT_MBG_NWRITE=${R_OUT_MBG_O_D} ; 
     
    198208 
    199209    IGCM_sys_Mv namelist_pisces.tmp namelist_pisces 
     210 
     211 
     212    # output_frequency_trc : output frequency of pisces output files in seconds 
     213    (( output_frequency_trc = $WriteFrequencyInDays * 86400 )) 
     214 
     215    # file_name_ptrc_T : name of output file on ptrc 
     216    # file_name_diad_T : name of output file on diad 
     217    # output_frequency_trc : output frequency of pisces output files 
     218 
     219 
     220    sed -e "s/<file_name_ptrc_T>/ \"${PREFIX}_${WFT1}_ptrc_T.nc\"/" \ 
     221        -e "s/<file_name_diad_T>/ \"${PREFIX}_${WFT1}_diad_T.nc\"/" \ 
     222        -e "s/<output_frequency_trc>/ \"${output_frequency_trc}\"/g" \ 
     223        iodef.xml > iodef.xml.tmp 
     224 
     225    IGCM_sys_Mv iodef.xml.tmp iodef.xml 
     226 
    200227 
    201228    echo 'Variables automatically updated in namelists' 
  • branches/libIGCM/ORCA2_OFF_PISCES/IGCM02/README

    r1677 r1690  
    1  config.card 
    2  ORCA2_OFF_PISCES 
    3  10 years run -  one job with diagnostics ( key_trc_diaadd & key_trc_dia3d activated ) 
    4  10 year-mean output 
     1 * config.card 
     2 * Reference configuration : ORCA2_OFF_PISCES 
     3 * 50 years run -  trunk of 10 years 
     4 * 10 year-mean output with iomput enabled without ioserver 
     5 * key_mpp_mpi key_iomput  key_trc_diaadd key_trcdia3d 
    56 
    6  - NEMO    trunk revision 1672 
     7 - NEMO    trunk revision 1682 
    78 - mpi on 8 processors ( 1x8 domain decomposition ) 
    8  - libIGCM trunk revision 183 
     9 - libIGCM tag : libigcm_v1_4 
    910 - dynamical files from IPSLCM5-VA66 runs from Olivier Marti 
    1011 
     
    1314Tested on  NEC SX9 mercure at CCRT. 
    1415 
    15 Ouputs on : /dmnfs10/cont003/p48ethe/IGCM_OUT/ORCA2_OFF_PISCES/VA66P81 
     16Ouputs on : /dmnfs10/cont003/p48ethe/IGCM_OUT/ORCA2_OFF_PISCES/VA66PIO 
    1617 
    1718======================================================================== 
    18 run.card 
    19  
    20 # $Date: $ 
    21 # $Name: $ 
    22 # $Revision: $ 
    23 # IPSL (2006) 
    24 #  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC 
    25  
     19#  run.card 
    2620#======================================================================== 
    2721[Configuration] 
    2822#last PREFIX 
    29 OldPrefix= VA66P81_20101231 
     23OldPrefix= VA66PIO_20501231 
    3024#Compute date of loop 
    31 PeriodDateBegin= 2011-01-01 
    32 PeriodDateEnd= 2020-12-31 
    33 CumulPeriod= 2 
     25PeriodDateBegin= 2051-01-01 
     26PeriodDateEnd= 2060-12-31 
     27CumulPeriod= 6 
    3428# State of Job "Start", "Running", "OnQueue", "Completed" 
    3529PeriodState= Completed 
     
    4842[Log] 
    4943# Executables Size 
    50 LastExeSize= ( 11598415 ) 
     44LastExeSize= ( 13089690 ) 
    5145 
    5246#------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
    5347# CumulPeriod | PeriodDateBegin |   PeriodDateEnd |        RunDateBegin |          RunDateEnd |     RealCpuTime |     UserCpuTime |      SysCpuTime | ExeDate 
    5448#------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
    55 #           1 |        20010101 |        20101231 | 2009-10-19T18:21:48 | 2009-10-19T18:56:09 |      2060.00882 |     16356.89996 |        24.15473 | MBG_Oct_19_17:12 
     49#           1 |        20010101 |        20101231 | 2009-10-29T15:22:07 | 2009-10-29T15:57:05 |      2097.85200 |     14539.35497 |        27.62450 | MBG_Oct_28_11:23 
     50#           2 |        20110101 |        20201231 | 2009-10-29T16:01:13 | 2009-10-29T16:40:01 |      2327.57392 |     18361.63108 |        38.51004 | MBG_Oct_28_11:23 
     51#           3 |        20210101 |        20301231 | 2009-10-29T16:44:33 | 2009-10-29T17:24:40 |      2407.43195 |     18901.86924 |        41.11447 | MBG_Oct_28_11:23 
     52#           4 |        20310101 |        20401231 | 2009-10-29T17:29:38 | 2009-10-29T18:03:50 |      2052.46481 |     16253.20099 |        29.84738 | MBG_Oct_28_11:23 
     53#           5 |        20410101 |        20501231 | 2009-10-29T18:09:06 | 2009-10-29T18:42:21 |      1994.70941 |     15835.14242 |        26.52959 | MBG_Oct_28_11:23 
  • branches/libIGCM/ORCA2_OFF_PISCES/IGCM02/config.card

    r1677 r1690  
    1010#============================ 
    1111#-- (<8 chars MAX for JobName) 
    12 JobName=VA66P81 
     12JobName=VA66PIO 
    1313LongName="SCRIPT_V1" 
    1414TagName=ORCA2_OFF_PISCES 
     
    1919#-- "YYYY-MM-DD" 
    2020DateBegin=2001-01-01 
    21 DateEnd=2010-12-31 
     21DateEnd=2050-12-31 
    2222#============================ 
    2323#-- 1Y, 1M, 5D, 1D 
     
    5050Name=nemo 
    5151#D- For each component, Real name of executable 
    52 MBG= (opa_off_pisces_1x8, nemo) 
     52MBG= (opa_off_pisces_iom_1x8, nemo) 
    5353#======================================================================== 
    5454#D-- Restarts - 
Note: See TracChangeset for help on using the changeset viewer.