Ignore:
Timestamp:
03/21/23 14:42:28 (16 months ago)
Author:
cetlod
Message:

IPSLCM7_WORK : 1st step of coupling DYNAMICO-LMDZ-ORCHIDEE-NEMO4.2 + Oasis3-mct.5.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/namelist_top_ORCA1_cfg

    r5479 r6346  
    33!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!----------------------------------------------------------------------- 
    5 &namtrc_run     !   run information 
     5&namtrc_run      !   run information 
    66!----------------------------------------------------------------------- 
    77   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
    8    ln_rsttr      = _AUTOBLOCKER_   !  AUTO - start from a restart file (T) or not (F) 
    9    nn_rsttr      = _AUTOBLOCKER_   !  AUTO - restart control = 0 initial time step is not compared to the restart file value 
     8   ln_rsttr      = _AUTO_   !  AUTO - start from a restart file (T) or not (F) 
     9   nn_rsttr      = _AUTO_   !  AUTO - restart control = 0 initial time step is not compared to the restart file value 
    1010                             !                  = 1 do not use the value in the restart file 
    1111                             !                  = 2 calendar parameters read in the restart file 
     
    1414/ 
    1515!----------------------------------------------------------------------- 
    16 &namtrc     !   tracers definition 
     16&namtrc          !   tracers definition 
    1717!----------------------------------------------------------------------- 
     18   jp_bgc        =  24 
     19! 
     20   ln_pisces     =  .true. 
     21   ln_my_trc     =  .false. 
     22   ln_age        =  _AUTO_ 
     23   ln_cfc11      =  _AUTO_  
     24   ln_cfc12      =  _AUTO_ 
     25   ln_c14        =  .false. 
     26 
     27! 
    1828   ln_trcdta     =  .true.  !  Initialisation from data input file (T) or not (F) 
    19    ln_trcdmp_clo =  .true.  !  restoring on closed seas (T) or not (F)  
    20  
    21  
    22 !                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
    23 !                !           !                                           !  units       ! from file    ! or not !  
    24 !                !           !                                           !              ! or not       !        ! 
    25    sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true. 
    26    sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true. 
    27    sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.     ,  .true. 
    28    sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.    ,  .true. 
    29    sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.     ,  .true. 
    30    sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.    ,  .true. 
    31    sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.     ,  .true. 
    32    sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true. 
    33    sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
    34    sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.     ,  .true. 
    35    sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true. 
    36    sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
    37    sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
    38    sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true. 
    39    sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
    40    sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
    41    sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true. 
    42    sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true. 
    43    sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true. 
    44    sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true. 
    45    sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
    46    sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
    47    sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true. 
    48    sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true. 
     29   ln_trcbc      =  .true.  !  Enables Boundary conditions 
     30   ln_trcdmp_clo =  .true.  !  damping term (T) or not (F) on closed seas 
     31   ln_trcais     =  .false.  !  Antarctic Ice Sheet nutrient supply 
     32!                !           !                                          !             ! 
     33!                !    name   !           title of the field              !   units     ! init    ! sbc    ! cbc    !  obc    !  ais 
     34   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' , .true.  , .false., .true. , .false. , .false. 
     35   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   , .true.  , .false., .true. , .false. , .false. 
     36   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' , .true.  , .false., .false., .false. , .false. 
     37   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     38   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false. 
     39   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     40   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false. 
     41   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     42   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     43   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' , .true.  , .false., .true. , .false. , .false. 
     44   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     45   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     46   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     47   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false. 
     48   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     49   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     50   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     51   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     52   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     53   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     54   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     55   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     56   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false. 
     57   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' , .false. , .false., .false., .false. , .false. 
     58/ 
     59!----------------------------------------------------------------------- 
     60&namage          !   AGE  
     61!----------------------------------------------------------------------- 
    4962/ 
    5063!----------------------------------------------------------------------- 
    5164&namtrc_dta      !    Initialisation from data input file 
    5265!----------------------------------------------------------------------- 
    53 !                !  file name                          ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    54 !                !                                     !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    55    sn_trcdta(1)  = 'DIC_GLODAP_annual_eORCA_R1.nc'     ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    56    sn_trcdta(2)  = 'Alkalini_GLODAP_annual_eORCA_R1.nc',        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    57    sn_trcdta(3)  = 'O2_WOA2009_monthly_eORCA_R1.nc'    ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    58    sn_trcdta(5)  = 'PO4_WOA2009_monthly_eORCA_R1.nc'   ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    59    sn_trcdta(7)  = 'Si_WOA2009_monthly_eORCA_R1.nc'    ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    60    sn_trcdta(10) = 'DOC_PISCES_monthly_eORCA_R1.nc'    ,        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    61    sn_trcdta(14) = 'Fer_PISCES_monthly_eORCA_R1.nc'    ,        -1         ,  'Fer'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    62    sn_trcdta(23) = 'NO3_WOA2009_monthly_eORCA_R1.nc'   ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    63    rn_trfac(1)   =   1.028e-06  !  multiplicative factor 
    64    rn_trfac(2)   =   1.028e-06  !  -      -      -     - 
    65    rn_trfac(3)   =  44.6e-06  !  -      -      -     - 
    66    rn_trfac(5)   = 122.0e-06  !  -      -      -     - 
    67    rn_trfac(7)   =   1.0e-06  !  -      -      -     - 
    68    rn_trfac(10)  =   1.0e-06  !  -      -      -     - 
    69    rn_trfac(14)  =   1.0e-06  !  -      -      -     - 
    70    rn_trfac(23)  =   7.6e-06  !  -      -      -     - 
     66!                !  file name          ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     67!                !                     !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     68   sn_trcdta(1)  = 'data_DIC_nomask.nc',        -12        ,  'PiDIC'   ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     69   sn_trcdta(2)  = 'data_ALK_nomask.nc',        -12        ,  'TALK'    ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     70   sn_trcdta(3)  = 'data_OXY_nomask.nc',        -12        ,  'O2'      ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     71   sn_trcdta(5)  = 'data_PO4_nomask.nc',        -12        ,  'PO4'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     72   sn_trcdta(7)  = 'data_SIL_nomask.nc',        -12        ,  'Si'      ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     73   sn_trcdta(10) = 'data_DOC_nomask.nc',        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     74   sn_trcdta(14) = 'data_FER_nomask.nc',        -12        ,  'Fer'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     75   sn_trcdta(23) = 'data_NO3_nomask.nc',        -12        ,  'NO3'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , '' 
     76   rn_trfac(1)   =   1.028e-06   !  multiplicative factor 
     77   rn_trfac(2)   =   1.028e-06   !  -      -      -     - 
     78   rn_trfac(3)   =  44.6e-06     !  -      -      -     - 
     79   rn_trfac(5)   = 117.0e-06     !  -      -      -     - 
     80   rn_trfac(7)   =   1.0e-06     !  -      -      -     - 
     81   rn_trfac(10)  =   1.0e-06     !  -      -      -     - 
     82   rn_trfac(14)  =   1.0e-06     !  -      -      -     - 
     83   rn_trfac(23)  =   7.3125e-06  !  -      -      -     - 
    7184/ 
    7285!----------------------------------------------------------------------- 
    73 &namtrc_adv    !   advection scheme for passive tracer  
     86&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection) 
    7487!----------------------------------------------------------------------- 
    75    ln_trcadv_tvd     =  .false.  !  TVD scheme 
    76    ln_trcadv_muscl   =  .true.   !  MUSCL scheme 
     88   ln_trcadv_mus =  .true.  !  MUSCL scheme 
     89      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
    7790/ 
    7891!----------------------------------------------------------------------- 
    79 &namtrc_ldf    !   lateral diffusion scheme for passive tracer  
     92&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    8093!----------------------------------------------------------------------- 
    81    rn_fact_lap      =     15.    !     enhanced zonal eddy diffusivity 
     94   ln_trcldf_tra   = .true.      !  use active tracer setting 
     95   rn_fact_lap     =     15.    !     enhanced zonal eddy diffusivity 
    8296/ 
    8397!----------------------------------------------------------------------- 
    84 &namtrc_zdf        !   vertical physics 
     98&namtrc_rad      !  treatment of negative concentrations  
    8599!----------------------------------------------------------------------- 
    86100/ 
    87101!----------------------------------------------------------------------- 
    88 &namtrc_rad        !  treatment of negative concentrations  
     102&namtrc_snk      !  sedimentation of particles 
    89103!----------------------------------------------------------------------- 
    90104/ 
    91105!----------------------------------------------------------------------- 
    92 &namtrc_dmp    !   passive tracer newtonian damping 
     106&namtrc_dcy      !  Diurnal cycle 
     107!----------------------------------------------------------------------- 
     108   ln_trcdc2dm   =  .true.   !  Diurnal cycle for TOP 
     109/ 
     110!----------------------------------------------------------------------- 
     111&namtrc_dmp      !   passive tracer newtonian damping    
    93112!----------------------------------------------------------------------- 
    94113/ 
    95114!----------------------------------------------------------------------- 
    96 &namtrc     !   tracers definition 
     115&namtrc_ice      !    Representation of sea ice growth & melt effects 
    97116!----------------------------------------------------------------------- 
    98117/ 
    99118!----------------------------------------------------------------------- 
    100 &namtrc_ice       !    Representation of sea ice growth & melt effects 
     119&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc') 
     120!---------------------------------------------------------------------- 
     121/ 
     122!---------------------------------------------------------------------- 
     123&namtrc_bc       !   data for boundary conditions 
     124!----------------------------------------------------------------------- 
     125!                !  file name  ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     126!                !             !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     127   sn_trcsbc(5)  = 'dustdep'   ,       -1          , 'dustpo4'     ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , '' 
     128   sn_trcsbc(7)  = 'dustdep'   ,       -1          , 'dustsi'      ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , '' 
     129   sn_trcsbc(14) = 'dustdep'   ,       -1          , 'dustfer'     ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , '' 
     130   sn_trcsbc(23) = 'nitdep'    ,       -12         , 'ndep2'       ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , '' 
     131   rn_trsfac(5)  = 7.9258065e-02    !  (  0.021 / 31. * 117 ) 
     132   rn_trsfac(7)  = 3.1316726e-01    !  ( 8.8   / 28.1 ) 
     133   rn_trsfac(14) = 6.2667860e-04    !  (  0.035 / 55.85 ) 
     134   rn_trsfac(23) = 5.2232143e-01    !  ( From kgN m-2 s-1 to molC l-1 ====> zfact = 7.3125/14 ) 
     135   rn_sbc_time   =  1.          !  Time scaling factor for SBC and CBC data (seconds in a day) 
     136   ! 
     137   sn_trccbc(1)  = 'river.orca' ,    -1            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     138   sn_trccbc(2)  = 'river.orca' ,    -1            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     139   sn_trccbc(5)  = 'river.orca' ,    -1            , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     140   sn_trccbc(7)  = 'river.orca' ,    -1            , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     141   sn_trccbc(10) = 'river.orca' ,    -1            , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     142   sn_trccbc(14) = 'river.orca' ,    -1            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     143   sn_trccbc(23) = 'river.orca' ,    -1            , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
     144   rn_trcfac(1)  = 8.333333e+01      !  ( data in Mg/m2/yr : 1e3/12/ryyss) 
     145   rn_trcfac(2)  = 8.333333e+01      !  ( 1e3 /12 ) 
     146   rn_trcfac(5)  = 3.774193e+03   !  ( 1e3 / 31. * 117 ) 
     147   rn_trcfac(7)  = 3.558719e+01   !  ( 1e3 / 28.1 ) 
     148   rn_trcfac(10) = 8.333333e+01   !  ( 1e3 / 12 
     149   rn_trcfac(14) = 4.166667e-03   !  ( 1e3 / 12 * 5e-5 ) 
     150   rn_trcfac(23) = 5.223214e+02   !  (  1e3 / 14 * 7.3125 ) 
     151   rn_cbc_time   = 3.1536e+7      !  Time scaling factor for CBC data (seconds in a year) 
     152/ 
     153!---------------------------------------------------------------------- 
     154&namtrc_bdy      !   Setup of tracer boundary conditions 
    101155!----------------------------------------------------------------------- 
    102156/ 
    103157!----------------------------------------------------------------------- 
    104 &namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    105 !                          or mixed-layer trends          ('key_trdmld_trc') 
    106 !---------------------------------------------------------------------- 
     158&namtrc_ais      !  Representation of Antarctic Ice Sheet tracers supply 
     159!----------------------------------------------------------------------- 
     160   rn_trafac(14) =  4.476e-07   !  (  0.5e-3 / 55.85 * 0.05 ) 
     161! 
     162   nn_ais_tr     =  0      !  tracer concentration in iceberg and ice shelf 
     163                           !    = 0 (null concentrations) 
     164                           !    = 1 prescribed concentrations 
     165   rn_icbdep     =  120.   ! Mean underwater depth of iceberg (m) 
    107166/ 
    108 !----------------------------------------------------------------------- 
    109 &namtrc_dia       !   parameters for passive tracer additional diagnostics 
    110 !---------------------------------------------------------------------- 
    111 / 
    112 !---------------------------------------------------------------------- 
    113 &namtrc_bc        !   data for boundary conditions 
    114 !----------------------------------------------------------------------- 
    115 / 
Note: See TracChangeset for help on using the changeset viewer.