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 10728 for branches/UKMO/AMM15_v3_6_STABLE_package_collate/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-02-28T13:10:20+01:00 (5 years ago)
Author:
dford
Message:

Changes for assimilation of biogeochemical variables. See https://code.metoffice.gov.uk/trac/utils/ticket/174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate/NEMOGCM/CONFIG/SHARED/namelist_ref

    r10268 r10728  
    12571257&nam_asminc   !   assimilation increments                               ('key_asminc') 
    12581258!----------------------------------------------------------------------- 
    1259     ln_bkgwri = .false.    !  Logical switch for writing out background state 
    1260     ln_trainc = .false.    !  Logical switch for applying tracer increments 
    1261     ln_dyninc = .false.    !  Logical switch for applying velocity increments 
    1262     ln_sshinc = .false.    !  Logical switch for applying SSH increments 
    1263     ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    1264     ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
    1265     nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
    1266     nitdin    = 0          !  Timestep of background for DI in [0,nitend-nit000-1] 
    1267     nitiaustr = 1          !  Timestep of start of IAU interval in [0,nitend-nit000-1] 
    1268     nitiaufin = 15         !  Timestep of end of IAU interval in [0,nitend-nit000-1] 
    1269     niaufn    = 0          !  Type of IAU weighting function 
    1270     ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    1271     salfixmin = -9999      !  Minimum salinity after applying the increments 
    1272     nn_divdmp = 0          !  Number of iterations of divergence damping operator 
     1259    ln_bkgwri      = .false. !  Logical switch for writing out background state 
     1260    ln_balwri      = .false. !  Logical switch for writing out balancing increments 
     1261    ln_trainc      = .false. !  Logical switch for applying tracer increments 
     1262    ln_dyninc      = .false. !  Logical switch for applying velocity increments 
     1263    ln_sshinc      = .false. !  Logical switch for applying SSH increments 
     1264    ln_asmdin      = .false. !  Logical switch for Direct Initialization (DI) 
     1265    ln_asmiau      = .false. !  Logical switch for Incremental Analysis Updating (IAU) 
     1266    ln_phytobal    = .false. !  Logical switch for phytoplankton multivariate balancing 
     1267    ln_slchltotinc = .false. !  Logical switch for applying slchltot increments 
     1268    ln_slchldiainc = .false. !  Logical switch for applying slchldia increments 
     1269    ln_slchlnoninc = .false. !  Logical switch for applying slchlnon increments 
     1270    ln_slchlnaninc = .false. !  Logical switch for applying slchlnan increments 
     1271    ln_slchlpicinc = .false. !  Logical switch for applying slchlpic increments 
     1272    ln_slchldininc = .false. !  Logical switch for applying slchldin increments 
     1273    ln_schltotinc  = .false. !  Logical switch for applying schltot increments 
     1274    ln_slphytotinc = .false. !  Logical switch for applying slphytot increments 
     1275    ln_slphydiainc = .false. !  Logical switch for applying slphydia increments 
     1276    ln_slphynoninc = .false. !  Logical switch for applying slphynon increments 
     1277    ln_sfco2inc    = .false. !  Logical switch for applying sfCO2 increments 
     1278    ln_spco2inc    = .false. !  Logical switch for applying spCO2 increments 
     1279    ln_plchltotinc = .false. !  Logical switch for applying plchltot increments 
     1280    ln_pchltotinc  = .false. !  Logical switch for applying pchltot increments 
     1281    ln_pno3inc     = .false. !  Logical switch for applying pno3 increments 
     1282    ln_psi4inc     = .false. !  Logical switch for applying psi4 increments 
     1283    ln_ppo4inc     = .false. !  Logical switch for applying ppo4 increments 
     1284    ln_pdicinc     = .false. !  Logical switch for applying pdic increments 
     1285    ln_palkinc     = .false. !  Logical switch for applying palk increments 
     1286    ln_pphinc      = .false. !  Logical switch for applying pph increments 
     1287    ln_po2inc      = .false. !  Logical switch for applying po2 increments 
     1288    nitbkg         = 0       !  Timestep of background in [0,nitend-nit000-1] 
     1289    nitdin         = 0       !  Timestep of background for DI in [0,nitend-nit000-1] 
     1290    nitiaustr      = 1       !  Timestep of start of IAU interval in [0,nitend-nit000-1] 
     1291    nitiaufin      = 15      !  Timestep of end of IAU interval in [0,nitend-nit000-1] 
     1292    niaufn         = 0       !  Type of IAU weighting function 
     1293    ln_salfix      = .false. !  Logical switch for ensuring that the sa > salfixmin 
     1294    salfixmin      = -9999   !  Minimum salinity after applying the increments 
     1295    nn_divdmp      = 0       !  Number of iterations of divergence damping operator 
     1296    mld_choice_bgc = 1       !  MLD criterion to use for biogeochemistry assimilation 
     1297    rn_maxchlinc   = -999.0  !  maximum absolute non-log chlorophyll increment from ocean colour assimilation 
     1298                             !  <= 0 implies no maximum applied (switch turned off) 
     1299                             !   > 0 implies maximum absolute chl increment capped at this value 
    12731300/ 
    12741301!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.