Ignore:
Timestamp:
05/23/16 15:47:13 (8 years ago)
Author:
cetlod
Message:

Clean & update NEMO_v6 configuration

Location:
CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS
Files:
6 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/clim/COMP/opa9.card

    r2814 r2864  
    99#-- NOTE: if you use COMMON ACCOUNT you have to de-comment it 
    1010OPA_version=v3.6_stable 
     11R_FORCING=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version} 
    1112#============================================================== 
    12  
    13 #-- if you run interannual is "y", if not (=climatology) is "n" 
    14 Interannual_Run=n 
    15  
    16 [Interannual] 
    17 #================================================================================================== 
    18 #-- Surface Boundary Condition original files name ( get by the job ) same as the ones in namelist 
    19 #================================================================================================== 
    20 #-- NOTE: MANDATORY STRUCTURE OF FILE NAMES GET BY THE JOB :  
    21 #-- "basename_yyyy.nc"          ( for interannual data ) 
    22 #-- "basename.nc"               ( for climatologycal data ) 
    23 #-- MANDATORY: NAMES USED IN List_jobsbc VARIABLE MUST BE ONLY THE BASENAME 
    24  
    25 # default climatology, bulk_clio:  
    26 #List_jobsbc=(flx, taux_1m, tauy_1m) 
    27 # example for interannual, bulk core, forcing CORE2: 
    28 List_jobsbc=(u_10.15JUNE2009_fill, v_10.15JUNE2009_fill, ncar_rad.15JUNE2009_fill, t_10.15JUNE2009_fill, q_10.15JUNE2009_fill, ncar_precip.15JUNE2009_fill,weights_WOA13d1_2_eorca1_bilinear, weights_3D_WOA13d1_2_eorca1_bilinear, weights_coreII_2_eorca1_bicubic, weights_coreII_2_eorca1_bilinear, weights_reg05_2_eorca1_bilinear,weights_Goutorbe1_2_eorca1_bilinear )    
    29  
    30 # example for interannual, bulk core, forcing DRAKKAR: 
    31 #List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) 
    32 #List_jobsbc=(u_10_fill, v_10_fill, ncar_rad_fill, t_10_fill, q_10_fill, ncar_precip_fill) 
    3313 
    3414[InitialStateFiles] 
     
    3717 
    3818[BoundaryFiles] 
    39 List=   () 
     19List=   (${opa9_UserChoices_R_FORCING}/u_10.15JUNE2009_fill.nc            , u_10.nc), \ 
     20        (${opa9_UserChoices_R_FORCING}/v_10.15JUNE2009_fill.nc            , v_10.nc), \ 
     21        (${opa9_UserChoices_R_FORCING}/t_10.15JUNE2009_fill.nc            , t_10.nc), \ 
     22        (${opa9_UserChoices_R_FORCING}/q_10.15JUNE2009_fill.nc            , q_10.nc), \ 
     23        (${opa9_UserChoices_R_FORCING}/ncar_rad.15JUNE2009_fill.nc        , radsw.nc), \ 
     24        (${opa9_UserChoices_R_FORCING}/ncar_rad.15JUNE2009_fill.nc        , radlw.nc), \ 
     25        (${opa9_UserChoices_R_FORCING}/ncar_precip.15JUNE2009_fill.nc     , precip.nc), \ 
     26        (${opa9_UserChoices_R_FORCING}/ncar_precip.15JUNE2009_fill.nc     , snow.nc), \ 
     27        (${opa9_UserChoices_R_FORCING}/weights_coreII_2_eorca1_bilinear.nc, weights_bilinear.nc), \ 
     28        (${opa9_UserChoices_R_FORCING}/weights_coreII_2_eorca1_bicubic.nc , weights_bicubic.nc) 
     29 
     30 
    4031ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_ahmcoef_v1.0.nc, ahmcoef.nc), \ 
    4132            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_bathy_meter_v2.2.nc, bathy_meter.nc), \ 
     
    5142            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_K1_v1.0.nc, K1rowdrg.nc),\ 
    5243            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_M2_v1.0.nc, M2rowdrg.nc),\ 
    53             (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_maskITF_v1.0.nc, mask_itf.nc) 
     44            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_maskITF_v1.0.nc, mask_itf.nc),\ 
     45            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_WOA13d1_2_eorca1_bilinear.nc, .),\ 
     46            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_3D_WOA13d1_2_eorca1_bilinear.nc, .),\ 
     47            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_reg05_2_eorca1_bilinear.nc, .),\ 
     48            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_Goutorbe1_2_eorca1_bilinear.nc, .) 
     49 
    5450 
    5551 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/ia/COMP/opa9.card

    r2814 r2864  
    99#-- NOTE: if you use COMMON ACCOUNT you have to de-comment it 
    1010OPA_version=v3.6_stable 
     11# On ADA 
     12R_FORCING=/workgpfs/rech/gzi/rgzi002/IGCM/BC/OCE/core 
    1113#============================================================== 
    12  
    13 #-- if you run interannual is "y", if not (=climatology) is "n" 
    14 Interannual_Run=y 
    15  
    16 [Interannual] 
    17 #================================================================================================== 
    18 #-- Surface Boundary Condition original files name ( get by the job ) same as the ones in namelist 
    19 #================================================================================================== 
    20 #-- NOTE: MANDATORY STRUCTURE OF FILE NAMES GET BY THE JOB :  
    21 #-- "basename_yyyy.nc"          ( for interannual data ) 
    22 #-- "basename.nc"               ( for climatologycal data ) 
    23 #-- MANDATORY: NAMES USED IN List_jobsbc VARIABLE MUST BE ONLY THE BASENAME 
    24  
    25 # default climatology, bulk_clio:  
    26 #List_jobsbc=(flx, taux_1m, tauy_1m) 
    27 # example for interannual, bulk core, forcing CORE2: 
    28 ###List_jobsbc=(u_10.15JUNE2009_fill, v_10.15JUNE2009_fill, ncar_rad.15JUNE2009_fill, t_10.15JUNE2009_fill, q_10.15JUNE2009_fill, ncar_precip.15JUNE2009_fill,weights_WOA13d1_2_eorca1_bilinear, weights_3D_WOA13d1_2_eorca1_bilinear, weights_coreII_2_eorca1_bicubic, weights_coreII_2_eorca1_bilinear, weights_reg05_2_eorca1_bilinear,weights_Goutorbe1_2_eorca1_bilinear )    
    29  
    30 # example for interannual, bulk core, forcing DRAKKAR: 
    31 #List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) 
    32 List_jobsbc=(u_10_fill, v_10_fill, ncar_rad_fill, t_10_fill, q_10_fill, ncar_precip_fill) 
    3314 
    3415[InitialStateFiles] 
     
    3617 
    3718 
     19#================================================================================================== 
     20#-- Surface Boundary Condition. For interannual run, needs 3 consecutives years for each forcing file 
     21#-- Structure : to simulate year 2000, needs u_10_y1999.nc, u_10_y2000.nc & u_10_y2001.nc 
     22#================================================================================================== 
     23 
    3824[BoundaryFiles] 
    39 List=   () 
     25List=   (${opa9_UserChoices_R_FORCING}/u_10.${year_m1}_fill.nc            , u_10_y${year_m1}.nc), \ 
     26        (${opa9_UserChoices_R_FORCING}/v_10.${year_m1}_fill.nc            , v_10_y${year_m1}.nc), \ 
     27        (${opa9_UserChoices_R_FORCING}/t_10.${year_m1}_fill.nc            , t_10_y${year_m1}.nc), \ 
     28        (${opa9_UserChoices_R_FORCING}/q_10.${year_m1}_fill.nc            , q_10_y${year_m1}.nc), \ 
     29        (${opa9_UserChoices_R_FORCING}/ncar_rad.${year_m1}_fill.nc        , radsw_y${year_m1}.nc), \ 
     30        (${opa9_UserChoices_R_FORCING}/ncar_rad.${year_m1}_fill.nc        , radlw_y${year_m1}.nc), \ 
     31        (${opa9_UserChoices_R_FORCING}/ncar_precip.${year_m1}_fill.nc     , precip_y${year_m1}.nc), \ 
     32        (${opa9_UserChoices_R_FORCING}/ncar_precip.${year_m1}_fill.nc     , snow_y${year_m1}.nc), \ 
     33        (${opa9_UserChoices_R_FORCING}/u_10.${year}_fill.nc               , u_10_y${year}.nc), \ 
     34        (${opa9_UserChoices_R_FORCING}/v_10.${year}_fill.nc               , v_10_y${year}.nc), \ 
     35        (${opa9_UserChoices_R_FORCING}/t_10.${year}_fill.nc               , t_10_y${year}.nc), \ 
     36        (${opa9_UserChoices_R_FORCING}/q_10.${year}_fill.nc               , q_10_y${year}.nc), \ 
     37        (${opa9_UserChoices_R_FORCING}/ncar_rad.${year}_fill.nc           , radsw_y${year}.nc), \ 
     38        (${opa9_UserChoices_R_FORCING}/ncar_rad.${year}_fill.nc           , radlw_y${year}.nc), \ 
     39        (${opa9_UserChoices_R_FORCING}/ncar_precip.${year}_fill.nc        , precip_y${year}.nc), \ 
     40        (${opa9_UserChoices_R_FORCING}/ncar_precip.${year}_fill.nc        , snow_y${year}.nc), \ 
     41        (${opa9_UserChoices_R_FORCING}/u_10.${year_p1}_fill.nc            , u_10_y${year_p1}.nc), \ 
     42        (${opa9_UserChoices_R_FORCING}/v_10.${year_p1}_fill.nc            , v_10_y${year_p1}.nc), \ 
     43        (${opa9_UserChoices_R_FORCING}/t_10.${year_p1}_fill.nc            , t_10_y${year_p1}.nc), \ 
     44        (${opa9_UserChoices_R_FORCING}/q_10.${year_p1}_fill.nc            , q_10_y${year_p1}.nc), \ 
     45        (${opa9_UserChoices_R_FORCING}/ncar_rad.${year_p1}_fill.nc        , radsw_y${year_p1}.nc), \ 
     46        (${opa9_UserChoices_R_FORCING}/ncar_rad.${year_p1}_fill.nc        , radlw_y${year_p1}.nc), \ 
     47        (${opa9_UserChoices_R_FORCING}/ncar_precip.${year_p1}_fill.nc     , precip_y${year_p1}.nc), \ 
     48        (${opa9_UserChoices_R_FORCING}/ncar_precip.${year_p1}_fill.nc     , snow_y${year_p1}.nc), \ 
     49        (${opa9_UserChoices_R_FORCING}/weights_coreII_2_eorca1_bilinear.nc, weights_bilinear.nc), \ 
     50        (${opa9_UserChoices_R_FORCING}/weights_coreII_2_eorca1_bicubic.nc , weights_bicubic.nc) 
     51 
    4052ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_ahmcoef_v1.0.nc, ahmcoef.nc), \ 
    4153            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/eORCA_R1_bathy_meter_v2.2.nc, bathy_meter.nc), \ 
     
    5466            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_WOA13d1_2_eorca1_bilinear.nc, .), \ 
    5567            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_3D_WOA13d1_2_eorca1_bilinear.nc, .), \ 
    56             (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_coreII_2_eorca1_bicubic.nc, .), \ 
    57             (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_coreII_2_eorca1_bilinear.nc, .), \ 
    5868            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_reg05_2_eorca1_bilinear.nc, .), \ 
    5969            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/weights_Goutorbe1_2_eorca1_bilinear.nc, .) 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/clim/COMP/opa9.card

    r2663 r2864  
    99#-- NOTE: if you use COMMON ACCOUNT you have to de-comment it 
    1010OPA_version=v3.6_stable 
     11R_FORCING=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version} 
    1112#============================================================== 
    12  
    13 #=================================== 
    14 #-- Use (y) or not (n) of io_server 
    15 io_server=n 
    16 #=================================== 
    17  
    18 #-- if you run interannual is "y", if not (=climatology) is "n" 
    19 Interannual_Run=n 
    20  
    21 [Interannual] 
    22 #================================================================================================== 
    23 #-- Surface Boundary Condition original files name ( get by the job ) same as the ones in namelist 
    24 #================================================================================================== 
    25 #-- NOTE: MANDATORY STRUCTURE OF FILE NAMES GET BY THE JOB :  
    26 #-- "basename_yyyy.nc"          ( for interannual data ) 
    27 #-- "basename.nc"               ( for climatologycal data ) 
    28 #-- MANDATORY: NAMES USED IN List_jobsbc VARIABLE MUST BE ONLY THE BASENAME 
    29  
    30 # default climatology, bulk_clio:  
    31 #List_jobsbc=(flx, taux_1m, tauy_1m) 
    32 # example for interannual, bulk core, forcing CORE2: 
    33 List_jobsbc=(u_10.15JUNE2009_fill, v_10.15JUNE2009_fill, ncar_rad.15JUNE2009_fill, t_10.15JUNE2009_fill, q_10.15JUNE2009_fill, ncar_precip.15JUNE2009_fill, weights_core_orca2_bicubic_noc, weights_core_orca2_bilinear_noc)    
    34  
    35 # example for interannual, bulk core, forcing DRAKKAR: 
    36 #List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) 
    37  
    3813 
    3914[InitialStateFiles] 
     
    4217 
    4318[BoundaryFiles] 
    44 List=   () 
     19List=   (${opa9_UserChoices_R_FORCING}/u_10.15JUNE2009_fill.nc            , u_10.nc), \ 
     20        (${opa9_UserChoices_R_FORCING}/v_10.15JUNE2009_fill.nc            , v_10.nc), \ 
     21        (${opa9_UserChoices_R_FORCING}/t_10.15JUNE2009_fill.nc            , t_10.nc), \ 
     22        (${opa9_UserChoices_R_FORCING}/q_10.15JUNE2009_fill.nc            , q_10.nc), \ 
     23        (${opa9_UserChoices_R_FORCING}/ncar_rad.15JUNE2009_fill.nc        , radsw.nc), \ 
     24        (${opa9_UserChoices_R_FORCING}/ncar_rad.15JUNE2009_fill.nc        , radlw.nc), \ 
     25        (${opa9_UserChoices_R_FORCING}/ncar_precip.15JUNE2009_fill.nc     , precip.nc), \ 
     26        (${opa9_UserChoices_R_FORCING}/ncar_precip.15JUNE2009_fill.nc     , snow.nc), \ 
     27        (${opa9_UserChoices_R_FORCING}/weights_core_orca2_bilinear_noc.nc , weights_bilinear.nc), \ 
     28        (${opa9_UserChoices_R_FORCING}/weights_core_orca2_bicubic_noc.nc  , weights_bicubic.nc) 
     29 
    4530ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/ahmcoef.nc, .), \ 
    4631            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/bathy_level.nc, .), \ 
Note: See TracChangeset for help on using the changeset viewer.