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 1446 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-05-13T16:36:57+02:00 (15 years ago)
Author:
cetlod
Message:

update BB_make files to take into account the use of bio-optical retroaction , see ticket:428

Location:
trunk/CONFIG/ORCA2_LIM_PISCES
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1424 r1446  
    2424!----------------------------------------------------------------------- 
    2525   no          =       0   !  job number 
    26    cexper      =  "ORCA2"  !  experience name  
     26   cexper      =  "ORCA2P"  !  experience name  
    2727   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    2828   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     
    422422                           !     =-1 damping only in Med and Red Seas 
    423423   ndmpf       =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    424    nmldmp      =    1      !  type of damping: =0 damping throughout the water column 
     424   nmldmp      =    0      !  type of damping: =0 damping throughout the water column 
    425425                           !                   =1 no damping in the mixed layer defined by avt >5cm2/s ) 
    426426                           !                   =2 no damping in the mixed layer defined rho<rho(surf)+.01 ) 
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top

    r1355 r1446  
    2323!              !           !                                           !           ! from file    ! or not !  
    2424!              !           !                                           !           ! or not       !        ! 
    25    tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'umol/L' ,  .false.     ,  .true. 
    26    tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'ueq/L ' ,  .false.     ,  .true. 
    27    tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'umol/L' ,  .false.     ,  .true. 
    28    tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'umol/L' ,  .false.     ,  .true. 
    29    tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'umol/L' ,  .false.     ,  .true. 
    30    tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'umol/L' ,  .false.     ,  .true. 
    31    tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'umol/L' ,  .false.     ,  .true. 
    32    tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'umol/L' ,  .false.     ,  .true. 
    33    tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'umol/L' ,  .false.     ,  .true. 
    34    tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'umol/L' ,  .false.     ,  .true. 
    35    tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'umol/L' ,  .false.     ,  .true. 
    36    tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'umol/L' ,  .false.     ,  .true. 
    37    tracer(13)  = 'BSi     ' , 'Diatoms Silicate Concentration         ',  'umol/L' ,  .false.     ,  .true. 
    38    tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'umol/L' ,  .false.     ,  .true. 
    39    tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'umol/L' ,  .false.     ,  .true. 
    40    tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'umol/L' ,  .false.     ,  .true. 
    41    tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'umol/L' ,  .false.     ,  .true. 
    42    tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'umol/L' ,  .false.     ,  .true. 
    43    tracer(19)  = 'DSi     ' , 'Sinking biogenic Silicate Concentration',  'umol/L' ,  .false.     ,  .true. 
    44    tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'umol/L' ,  .false.     ,  .true. 
    45    tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'umol/L' ,  .false.     ,  .true. 
    46    tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'umol/L' ,  .false.     ,  .true. 
    47    tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'umol/L' ,  .false.     ,  .true. 
    48    tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'umol/L' ,  .false.     ,  .true. 
     25   tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .false.     ,  .true. 
     26   tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L ' ,  .false.     ,  .true. 
     27   tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .false.     ,  .true. 
     28   tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.     ,  .true. 
     29   tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .false.     ,  .true. 
     30   tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.     ,  .true. 
     31   tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .false.     ,  .true. 
     32   tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.     ,  .true. 
     33   tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.     ,  .true. 
     34   tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .false.     ,  .true. 
     35   tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.     ,  .true. 
     36   tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.     ,  .true. 
     37   tracer(13)  = 'BSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.     ,  .true. 
     38   tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .false.     ,  .true. 
     39   tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.     ,  .true. 
     40   tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.     ,  .true. 
     41   tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.     ,  .true. 
     42   tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.     ,  .true. 
     43   tracer(19)  = 'DSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.     ,  .true. 
     44   tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.     ,  .true. 
     45   tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.     ,  .true. 
     46   tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.     ,  .true. 
     47   tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .false.     ,  .true. 
     48   tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.     ,  .true. 
    4949/ 
    5050!----------------------------------------------------------------------- 
  • trunk/CONFIG/ORCA2_LIM_PISCES/scripts/BB_make

    r1439 r1446  
    70557055   $(MODEL_LIB)(traqsr.o) \ 
    70567056   $(MODEL_LIB)(trc.o) \ 
     7057   $(MODEL_LIB)(trc_oce.o) \ 
    70577058   $(MODEL_LIB)(zdf_oce.o) \ 
    70587059   $(MODEL_LIB)(zdfddm.o) \ 
     
    70847085   traqsr.F90 \ 
    70857086   trc.F90 \ 
     7087   trc_oce.F90 \ 
    70867088   zdf_oce.F90 \ 
    70877089   zdfddm.F90 \ 
     
    75787580   $(MODEL_LIB)(sms_pisces.o) \ 
    75797581   $(MODEL_LIB)(trc.o) \ 
     7582   $(MODEL_LIB)(trc_oce.o) \ 
    75807583   oce_trc.F90 \ 
    75817584   sms_pisces.F90 \ 
    75827585   trc.F90 \ 
     7586   trc_oce.F90 \ 
    75837587   domzgr_substitute.h90 \ 
    75847588   KEY_CPP \ 
     
    76047608   $(MODEL_LIB)(traqsr.o) \ 
    76057609   $(MODEL_LIB)(trc.o) \ 
     7610   $(MODEL_LIB)(trc_oce.o) \ 
    76067611   $(MODEL_LIB)(zdf_oce.o) \ 
    76077612   $(MODEL_LIB)(zdfddm.o) \ 
     
    76267631   traqsr.F90 \ 
    76277632   trc.F90 \ 
     7633   trc_oce.F90 \ 
    76287634   zdf_oce.F90 \ 
    76297635   zdfddm.F90 \ 
     
    76727678   $(MODEL_LIB)(traqsr.o) \ 
    76737679   $(MODEL_LIB)(trc.o) \ 
     7680   $(MODEL_LIB)(trc_oce.o) \ 
    76747681   $(MODEL_LIB)(zdf_oce.o) \ 
    76757682   $(MODEL_LIB)(zdfddm.o) \ 
     
    76987705   traqsr.F90 \ 
    76997706   trc.F90 \ 
     7707   trc_oce.F90 \ 
    77007708   zdf_oce.F90 \ 
    77017709   zdfddm.F90 \ 
     
    77587766   $(MODEL_LIB)(traqsr.o) \ 
    77597767   $(MODEL_LIB)(trc.o) \ 
     7768   $(MODEL_LIB)(trc_oce.o) \ 
    77607769   $(MODEL_LIB)(zdf_oce.o) \ 
    77617770   $(MODEL_LIB)(zdfddm.o) \ 
     
    77967805   traqsr.F90 \ 
    77977806   trc.F90 \ 
     7807   trc_oce.F90 \ 
    77987808   zdf_oce.F90 \ 
    77997809   zdfddm.F90 \ 
     
    1215612166   $(MODEL_LIB)(phycst.o) \ 
    1215712167   $(MODEL_LIB)(sbc_oce.o) \ 
    12158    $(MODEL_LIB)(sms_pisces.o) \ 
    1215912168   $(MODEL_LIB)(trdicp.o) \ 
    1216012169   $(MODEL_LIB)(trdicp_oce.o) \ 
     
    1218412193   phycst.F90 \ 
    1218512194   sbc_oce.F90 \ 
    12186    sms_pisces.F90 \ 
    1218712195   trdicp.F90 \ 
    1218812196   trdicp_oce.F90 \ 
     
    1256512573   $(MODEL_LIB)(par_kind.o) \ 
    1256612574   $(MODEL_LIB)(par_oce.o) \ 
    12567    $(MODEL_LIB)(par_trc.o) \ 
    12568    lib_print.f90 \ 
    12569    par_kind.F90 \ 
    12570    par_oce.F90 \ 
    12571    par_trc.F90 \ 
    12572    $(MODEL_LIB)(dom_oce.o) \ 
    12573    $(MODEL_LIB)(in_out_manager.o) \ 
    12574    $(MODEL_LIB)(par_oce.o) \ 
    12575    $(MODEL_LIB)(sms_pisces.o) \ 
    12576    dom_oce.F90 \ 
    12577    in_out_manager.F90 \ 
    12578    par_oce.F90 \ 
    12579    sms_pisces.F90 \ 
     12575   lib_print.f90 \ 
     12576   par_kind.F90 \ 
     12577   par_oce.F90 \ 
     12578   $(MODEL_LIB)(dom_oce.o) \ 
     12579   $(MODEL_LIB)(in_out_manager.o) \ 
     12580   $(MODEL_LIB)(par_oce.o) \ 
     12581   dom_oce.F90 \ 
     12582   in_out_manager.F90 \ 
     12583   par_oce.F90 \ 
    1258012584   domzgr_substitute.h90 \ 
    1258112585   KEY_CPP \ 
Note: See TracChangeset for help on using the changeset viewer.