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 4142 – NEMO

Changeset 4142


Ignore:
Timestamp:
2013-10-28T10:21:08+01:00 (10 years ago)
Author:
cetlod
Message:

bugfix in v3_4 stable : update the cards for libIGCM, see ticket #1167

Location:
branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3797 r4142  
    788788   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    789789                           !     (no physical validity of the results) 
    790    nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     790   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    791791/ 
    792792 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/xmlio_server.def

    r2528 r4142  
    3030                              !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    3131                              !  is optimal for postprocessing which works exclusively with horizontal slabs 
    32    ln_nc4zip      =   .TRUE. !  (T) use netcdf4 chunking and compression 
     32   ln_nc4zip      =   .FALSE. !  (T) use netcdf4 chunking and compression 
    3333                              !  (F) ignore chunking information and produce netcdf3-compatible files   
    3434/ 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/COMP/opa9.card

    r2572 r4142  
    66#============================================================== 
    77#-- Name of directory for COMMON ACCOUNT at idris or CCRT 
    8 #-- available directories are:  v3, v3_1, v3_2 
     8#-- available directories are:  v3_2, v3_3, v3_4 
    99#-- related to NEMO_tag_revision (nemo_v3, nemo_v3_1, nemo_v3_2_beta) 
    1010#-- NOTE: if you use COMMON ACCOUNT you have to de-comment it 
    11 #OPA_version=v3_2 
     11OPA_version=v3_4 
    1212#============================================================== 
    1313 
     
    7979        (${PREFIX_WF3}_grid_V.nc,         ${R_OUT_OCE_WF3}/${PREFIX}_${WF3}_grid_V.nc,               Post_1M_grid_V),\ 
    8080        (${PREFIX_WF3}_grid_W.nc,         ${R_OUT_OCE_WF3}/${PREFIX}_${WF3}_grid_W.nc,               Post_1M_grid_W),\ 
    81         (${PREFIX_WF4}_grid_T_0n180w.nc,  ${R_OUT_OCE_WF4}/${PREFIX}_${WF4}_grid_T_0n180w.nc,        NONE ),\ 
    82         (${PREFIX_WF4}_grid_T_Eq.nc,      ${R_OUT_OCE_WF4}/${PREFIX}_${WF4}_grid_T_Eq.nc,            NONE ),\ 
    83         (${PREFIX_WF4}_diaptr.nc,         ${R_OUT_OCE_WF4}/${PREFIX}_${WF4}_diaptr.nc,               Post_1D_diaptr),\ 
    8481        (mesh_mask.nc     ,               ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc, NONE),\ 
    8582        (output.abort.nc  ,               ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc,                  NONE),\ 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/config.card

    r2575 r4142  
    2525#============================ 
    2626#-- PBS Class (required on brodie mono/multi) 
    27 JobClass=mono 
    28 #JobClass=multi 
     27#JobClass=mono 
     28JobClass=multi 
    2929#============================ 
    3030#-- Total Number of Processors 
    31 #JobNumProcTot=4 
    32 JobNumProcTot=1 
     31JobNumProcTot=32 
     32#JobNumProcTot=1 
    3333#============================ 
    3434#-- Run Options :  
     
    3737#============================ 
    3838# config.card configuration options : 
    39 #R_INIT=/home/mancip/PROG/IPSL/FORCAGE_OL/INIT 
    40 #R_BC=/u/rech/psl/rpsl035/IGCM/BC  
    41 #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC  
     39#R_BC=/u/rech/eee/reee451/IGCM/BC 
     40R_BC=/ccc/store/cont003/dsm/p48ethe/IGCM/BC 
    4241#============================ 
    4342 
     
    8887#D-- OCE - 
    8988[OCE] 
    90 WriteFrequency="1Y 1M 5D 1D" 
     89WriteFrequency="1Y 1M 5D" 
    9190#WriteFrequency="5D" 
    9291Restart= n 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/xmlio_server.def

    r2528 r4142  
    3030                              !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    3131                              !  is optimal for postprocessing which works exclusively with horizontal slabs 
    32    ln_nc4zip      =   .TRUE.  !  (T) use netcdf4 chunking and compression 
     32   ln_nc4zip      =   .FALSE.  !  (T) use netcdf4 chunking and compression 
    3333                              !  (F) ignore chunking information and produce netcdf3-compatible files   
    3434/ 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/IGCM00/COMP/opa9.card

    r2575 r4142  
    66#============================================================== 
    77#-- Name of directory for COMMON ACCOUNT at idris or CCRT 
    8 #-- available directories are:  v3, v3_1, v3_2 
     8#-- available directories are: v3_2, v3_3, v3_4 
    99#-- related to NEMO_tag_revision (nemo_v3, nemo_v3_1, nemo_v3_2_beta) 
    1010#-- NOTE: if you use COMMON ACCOUNT you have to de-comment it 
    11 #OPA_version=v3_2 
     11OPA_version=v3_4 
    1212#============================================================== 
    1313 
     
    7979        (${PREFIX_WF3}_grid_V.nc,         ${R_OUT_OCE_WF3}/${PREFIX}_${WF3}_grid_V.nc,               Post_1M_grid_V),\ 
    8080        (${PREFIX_WF3}_grid_W.nc,         ${R_OUT_OCE_WF3}/${PREFIX}_${WF3}_grid_W.nc,               Post_1M_grid_W),\ 
    81         (${PREFIX_WF4}_grid_T_0n180w.nc,  ${R_OUT_OCE_WF4}/${PREFIX}_${WF4}_grid_T_0n180w.nc,        NONE ),\ 
    82         (${PREFIX_WF4}_grid_T_Eq.nc,      ${R_OUT_OCE_WF4}/${PREFIX}_${WF4}_grid_T_Eq.nc,            NONE ),\ 
    83         (${PREFIX_WF4}_diaptr.nc,         ${R_OUT_OCE_WF4}/${PREFIX}_${WF4}_diaptr.nc,               Post_1D_diaptr),\ 
    8481        (mesh_mask.nc     ,               ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc, NONE),\ 
    8582        (output.abort.nc  ,               ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc,                  NONE),\ 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/IGCM00/config.card

    r2575 r4142  
    2525#============================ 
    2626#-- PBS Class (required on brodie mono/multi) 
    27 JobClass=mono 
    28 #JobClass=multi 
     27#JobClass=mono 
     28JobClass=multi 
    2929#============================ 
    3030#-- Total Number of Processors 
    31 #JobNumProcTot=4 
    32 JobNumProcTot=1 
     31JobNumProcTot=32 
     32#JobNumProcTot=1 
    3333#============================ 
    3434#-- Run Options :  
     
    3838#============================ 
    3939# config.card configuration options : 
    40 #R_BC=/u/rech/psl/rpsl035/IGCM/BC 
    41 #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC 
     40#R_BC=/u/rech/eee/reee451/IGCM/BC 
     41R_BC=/ccc/store/cont003/dsm/p48ethe/IGCM/BC 
    4242#======================================================================== 
    4343#D-- ListOfComponents - 
     
    8787#D-- OCE - 
    8888[OCE] 
    89 WriteFrequency="1Y 1M 5D 1D" 
     89WriteFrequency="1Y 1M 5D" 
    9090Restart= n 
    9191##-- Last day of the experience used as restart 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3797 r4142  
    794794   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    795795                           !     (no physical validity of the results) 
    796    nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     796   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    797797/ 
    798798 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/xmlio_server.def

    r2528 r4142  
    3030                              !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    3131                              !  is optimal for postprocessing which works exclusively with horizontal slabs 
    32    ln_nc4zip      =   .TRUE. !  (T) use netcdf4 chunking and compression 
     32   ln_nc4zip      =   .FALSE. !  (T) use netcdf4 chunking and compression 
    3333                              !  (F) ignore chunking information and produce netcdf3-compatible files   
    3434/ 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/IGCM00/config.card

    r2575 r4142  
    4040# config.card configuration options : 
    4141###R_BC=/u/rech/eee/reee451/IGCM/BC 
    42 R_BC=/dmnfs/cont003/p48ethe/IGCM/BC 
     42R_BC=/ccc/store/cont003/dsm/p48ethe/IGCM/BC 
    4343#======================================================================== 
    4444#D-- ListOfComponents - 
     
    7373#D- If you want to produce time series, this flag determines 
    7474#D- frequency of post-processing submission 
    75 RebuildFromArchive=false 
     75RebuildFromArchive=true 
    7676#D- If you want to produce time series, this flag determines 
    7777#D- frequency of post-processing submission 
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/cfg.txt

    r3722 r4142  
    66ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
    77AMM12_PISCES OPA_SRC TOP_SRC 
     8ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
    89ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
    9 ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
Note: See TracChangeset for help on using the changeset viewer.