- Timestamp:
- 2015-06-19T18:07:11+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5107_mld_zint/NEMOGCM/CONFIG/SHARED/namelist_ref
r5249 r5447 10 10 !! 7 - dynamics (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 11 11 !! 8 - Verical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 12 !! 9 - diagnostics (namnc4, namtrd, namspr, namflo, nam ptr, namhsb)12 !! 9 - diagnostics (namnc4, namtrd, namspr, namflo, namhsb, namsto) 13 13 !! 10 - miscellaneous (namsol, nammpp, namctl) 14 14 !! 11 - Obs & Assim (namobs, nam_asminc) … … 37 37 ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart 38 38 cn_ocerst_in = "restart" ! suffix of ocean restart name (input) 39 cn_ocerst_indir = "." ! directory from which to read input ocean restarts 39 40 cn_ocerst_out = "restart" ! suffix of ocean restart name (output) 41 cn_ocerst_outdir = "." ! directory in which to write output ocean restarts 40 42 nn_istate = 0 ! output the initial state (1) or not (0) 43 ln_rst_list = .false. ! output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 41 44 nn_stock = 5475 ! frequency of creation of a restart file (modulo referenced to 1) 45 nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 42 46 nn_write = 5475 ! frequency of write in the output file (modulo referenced to nn_it000) 43 47 ln_dimgnnn = .false. ! DIMG file format: 1 file for all processors (F) or by processor (T) 44 48 ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%) 49 ln_cfmeta = .false. ! output additional data to netCDF files required for compliance with the CF metadata standard 45 50 ln_clobber = .false. ! clobber (overwrite) an existing file 46 51 nn_chunksz = 0 ! chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) … … 50 55 !! *** Domain namelists *** 51 56 !!====================================================================== 52 !! namcfg parameters of the configuration 57 !! namcfg parameters of the configuration 53 58 !! namzgr vertical coordinate 54 59 !! namzgr_sco s-coordinate or hybrid z-s-coordinate … … 58 63 ! 59 64 !----------------------------------------------------------------------- 60 &namcfg ! parameters of the configuration 65 &namcfg ! parameters of the configuration 61 66 !----------------------------------------------------------------------- 62 67 cp_cfg = "default" ! name of the configuration … … 72 77 jperio = 0 ! lateral cond. type (between 0 and 6) 73 78 ! = 0 closed ; = 1 cyclic East-West 74 ! = 2 equatorial symmetric ; = 3 North fold T-point pivot 79 ! = 2 equatorial symmetric ; = 3 North fold T-point pivot 75 80 ! = 4 cyclic East-West AND North fold T-point pivot 76 81 ! = 5 North fold F-point pivot 77 82 ! = 6 cyclic East-West AND North fold F-point pivot 83 ln_use_jattr = .false. ! use (T) the file attribute: open_ocean_jstart, if present 84 ! in netcdf input files, as the start j-row for reading 78 85 / 79 86 !----------------------------------------------------------------------- … … 83 90 ln_zps = .true. ! z-coordinate - partial steps (T/F) 84 91 ln_sco = .false. ! s- or hybrid z-s-coordinate (T/F) 85 ln_isfcav = .false. ! ice shelf cavity 92 ln_isfcav = .false. ! ice shelf cavity (T/F) 86 93 / 87 94 !----------------------------------------------------------------------- … … 99 106 !!!!!!! SH94 stretching coefficients (ln_s_sh94 = .true.) 100 107 rn_theta = 6.0 ! surface control parameter (0<=theta<=20) 101 rn_bb = 0.8 ! stretching with SH94 s-sigma 108 rn_bb = 0.8 ! stretching with SH94 s-sigma 102 109 !!!!!!! SF12 stretching coefficient (ln_s_sf12 = .true.) 103 110 rn_alpha = 4.4 ! stretching with SF12 s-sigma … … 108 115 rn_zb_b = -0.2 ! offset for calculating Zb 109 116 !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 110 rn_thetb = 1.0 ! bottom control parameter (0<=thetb<= 1) 117 rn_thetb = 1.0 ! bottom control parameter (0<=thetb<= 1) 111 118 / 112 119 !----------------------------------------------------------------------- … … 116 123 rn_bathy = 0. ! value of the bathymetry. if (=0) bottom flat at jpkm1 117 124 nn_closea = 0 ! remove (=0) or keep (=1) closed seas and lakes (ORCA) 118 nn_msh = 0! create (=1) a mesh file or not (=0)125 nn_msh = 1 ! create (=1) a mesh file or not (=0) 119 126 rn_hmin = -3. ! min depth of the ocean (>0) or min number of ocean level (<0) 120 127 rn_e3zps_min= 20. ! partial step thickness is set larger than the minimum of … … 162 169 nn_baro = 30 ! Number of iterations of barotropic mode 163 170 ! during rn_rdt seconds. Only used if ln_bt_nn_auto=F 164 rn_bt_cmax = 0.8 ! Maximum courant number allowed if ln_bt_nn_auto=T 171 rn_bt_cmax = 0.8 ! Maximum courant number allowed if ln_bt_nn_auto=T 165 172 nn_bt_flt = 1 ! Time filter choice 166 173 ! = 0 None 167 174 ! = 1 Boxcar over nn_baro barotropic steps 168 ! = 2 Boxcar over 2*nn_baro " " 175 ! = 2 Boxcar over 2*nn_baro " " 169 176 / 170 177 !----------------------------------------------------------------------- … … 213 220 !! namsbc_core CORE bulk formulae formulation 214 221 !! namsbc_mfs MFS bulk formulae formulation 215 !! namsbc_cpl CouPLed formulation ("key_ coupled")222 !! namsbc_cpl CouPLed formulation ("key_oasis3") 216 223 !! namsbc_sas StAndalone Surface module 217 224 !! namtra_qsr penetrative solar radiation … … 233 240 ln_blk_core = .true. ! CORE bulk formulation (T => fill namsbc_core) 234 241 ln_blk_mfs = .false. ! MFS bulk formulation (T => fill namsbc_mfs ) 242 ln_cpl = .false. ! atmosphere coupled formulation ( requires key_oasis3 ) 243 ln_mixcpl = .false. ! forced-coupled mixed formulation ( requires key_oasis3 ) 244 nn_components = 0 ! configuration of the opa-sas OASIS coupling 245 ! =0 no opa-sas OASIS coupling: default single executable configuration 246 ! =1 opa-sas OASIS coupling: multi executable configuration, OPA component 247 ! =2 opa-sas OASIS coupling: multi executable configuration, SAS component 235 248 ln_apr_dyn = .false. ! Patm gradient added in ocean & ice Eqs. (T => fill namsbc_apr ) 236 249 nn_ice = 2 ! =0 no ice boundary condition , … … 243 256 ln_rnf = .true. ! runoffs (T => fill namsbc_rnf) 244 257 nn_isf = 0 ! ice shelf melting/freezing (/=0 => fill namsbc_isf) 245 ! 0 =no isf 1 = presence of ISF 246 ! 2 = bg03 parametrisation 3 = rnf file for isf 258 ! 0 =no isf 1 = presence of ISF 259 ! 2 = bg03 parametrisation 3 = rnf file for isf 247 260 ! 4 = ISF fwf specified 248 261 ! option 1 and 4 need ln_isfcav = .true. (domzgr) … … 275 288 &namsbc_flx ! surface boundary condition : flux formulation 276 289 !----------------------------------------------------------------------- 277 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 290 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 278 291 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 279 292 sn_utau = 'utau' , 24 , 'utau' , .false. , .false., 'yearly' , '' , '' , '' … … 318 331 ln_taudif = .false. ! HF tau contribution: use "mean of stress module - module of the mean stress" data 319 332 rn_zqt = 10. ! Air temperature and humidity reference height (m) 320 rn_zu = 10. ! Wind vector reference height (m) 333 rn_zu = 10. ! Wind vector reference height (m) 321 334 rn_pfac = 1. ! multiplicative factor for precipitation (total & snow) 322 335 rn_efac = 1. ! multiplicative factor for evaporation (0. or 1.) 323 rn_vfac = 0. ! multiplicative factor for ocean/ice velocity 336 rn_vfac = 0. ! multiplicative factor for ocean/ice velocity 324 337 ! in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 325 338 / … … 340 353 / 341 354 !----------------------------------------------------------------------- 342 &namsbc_cpl ! coupled ocean/atmosphere model ("key_ coupled")355 &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3") 343 356 !----------------------------------------------------------------------- 344 357 ! ! description ! multiple ! vector ! vector ! vector ! … … 371 384 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 372 385 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 373 sn_usp = 'sas_grid_U' , 120 , 'vozocrtx' , .true. , .true. , 'yearly' , '' , '' , '' 386 sn_usp = 'sas_grid_U' , 120 , 'vozocrtx' , .true. , .true. , 'yearly' , '' , '' , '' 374 387 sn_vsp = 'sas_grid_V' , 120 , 'vomecrty' , .true. , .true. , 'yearly' , '' , '' , '' 375 388 sn_tem = 'sas_grid_T' , 120 , 'sosstsst' , .true. , .true. , 'yearly' , '' , '' , '' 376 389 sn_sal = 'sas_grid_T' , 120 , 'sosaline' , .true. , .true. , 'yearly' , '' , '' , '' 377 390 sn_ssh = 'sas_grid_T' , 120 , 'sossheig' , .true. , .true. , 'yearly' , '' , '' , '' 378 379 ln_3d_uv = .true. ! specify whether we are supplying a 3D u,v field 391 sn_e3t = 'sas_grid_T' , 120 , 'e3t_m' , .true. , .true. , 'yearly' , '' , '' , '' 392 sn_frq = 'sas_grid_T' , 120 , 'frq_m' , .true. , .true. , 'yearly' , '' , '' , '' 393 394 ln_3d_uve = .true. ! specify whether we are supplying a 3D u,v and e3 field 395 ln_read_frq = .false. ! specify whether we must read frq or not 380 396 cn_dir = './' ! root directory for the location of the bulk files are 381 397 / … … 410 426 411 427 cn_dir = './' ! root directory for the location of the runoff files 412 ln_rnf_emp = .false. ! runoffs included into precipitation field (T) or into a file (F)413 428 ln_rnf_mouth = .true. ! specific treatment at rivers mouths 414 429 rn_hrnf = 15.e0 ! depth over which enhanced vertical mixing is used … … 418 433 ln_rnf_tem = .false. ! read in temperature information for runoff 419 434 ln_rnf_sal = .false. ! read in salinity information for runoff 420 / 421 !----------------------------------------------------------------------- 422 &namsbc_isf ! Top boundary layer (ISF) 435 ln_rnf_depth_ini = .false. ! compute depth at initialisation from runoff file 436 rn_rnf_max = 5.735e-4 ! max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 437 rn_dep_max = 150. ! depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 438 nn_rnf_depth_file = 0 ! create (=1) a runoff depth file or not (=0) 439 / 440 !----------------------------------------------------------------------- 441 &namsbc_isf ! Top boundary layer (ISF) 423 442 !----------------------------------------------------------------------- 424 443 ! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'yearly'/ ! weights ! rotation ! … … 497 516 ! Initial mass required for an iceberg of each class 498 517 rn_initial_mass = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 499 ! Proportion of calving mass to apportion to each class 518 ! Proportion of calving mass to apportion to each class 500 519 rn_distribution = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 501 520 ! Ratio between effective and real iceberg mass (non-dim) 502 ! i.e. number of icebergs represented at a point 521 ! i.e. number of icebergs represented at a point 503 522 rn_mass_scaling = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 504 523 ! thickness of newly calved bergs (m) … … 509 528 rn_bits_erosion_fraction = 0. ! Fraction of erosion melt flux to divert to bergy bits 510 529 rn_sicn_shift = 0. ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 511 ln_passive_mode = .false. ! iceberg - ocean decoupling 530 ln_passive_mode = .false. ! iceberg - ocean decoupling 512 531 nn_test_icebergs = 10 ! Create test icebergs of this class (-1 = no) 513 532 ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 514 533 rn_test_box = 108.0, 116.0, -66.0, -58.0 515 rn_speed_limit = 0. ! CFL speed limit for a berg 534 rn_speed_limit = 0. ! CFL speed limit for a berg 516 535 517 536 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 518 537 ! ! ! (if <0 months) ! name ! (logical) ! (T/F ) ! 'monthly' ! filename ! pairing ! filename ! 519 538 sn_icb = 'calving' , -1 , 'calvingmask', .true. , .true. , 'yearly' , '' , '' , '' 520 521 cn_dir = './' 539 540 cn_dir = './' 522 541 / 523 542 … … 580 599 ln_tide_ramp = .false. ! 581 600 rdttideramp = 0. ! 582 clname(1) = 'M2' ! name of constituent 583 clname(2) = 'S2' 584 clname(3) = 'N2' 585 clname(4) = 'K1' 586 clname(5) = 'O1' 587 clname(6) = 'Q1' 588 clname(7) = 'M4' 589 clname(8) = 'K2' 590 clname(9) = 'P1' 591 clname(10) = 'Mf' 592 clname(11) = 'Mm' 601 clname(1) = 'DUMMY' ! name of constituent - all tidal components must be set in namelist_cfg 593 602 / 594 603 !----------------------------------------------------------------------- … … 605 614 ! = 2, use tidal harmonic forcing data from files 606 615 ! = 3, use external data AND tidal harmonic forcing 607 cn_dyn3d = 'none' ! 616 cn_dyn3d = 'none' ! 608 617 nn_dyn3d_dta = 0 ! = 0, bdy data are equal to the initial state 609 618 ! = 1, bdy data are read in 'bdydata .nc' files 610 cn_tra = 'none' ! 619 cn_tra = 'none' ! 611 620 nn_tra_dta = 0 ! = 0, bdy data are equal to the initial state 612 621 ! = 1, bdy data are read in 'bdydata .nc' files 613 cn_ice_lim = 'none' ! 622 cn_ice_lim = 'none' ! 614 623 nn_ice_lim_dta = 0 ! = 0, bdy data are equal to the initial state 615 624 ! = 1, bdy data are read in 'bdydata .nc' files … … 620 629 ln_tra_dmp =.false. ! open boudaries conditions for tracers 621 630 ln_dyn3d_dmp =.false. ! open boundary condition for baroclinic velocities 622 rn_time_dmp = 1. ! Damping time scale in days 631 rn_time_dmp = 1. ! Damping time scale in days 623 632 rn_time_dmp_out = 1. ! Outflow damping time scale 624 633 nn_rimwidth = 10 ! width of the relaxation zone … … 673 682 rn_bfri2_max = 1.e-1 ! max. bottom drag coefficient (non linear case and ln_loglayer=T) 674 683 rn_bfeb2 = 2.5e-3 ! bottom turbulent kinetic energy background (m2/s2) 675 rn_bfrz0 = 3.e-3 ! bottom roughness [m] if ln_loglayer=T 684 rn_bfrz0 = 3.e-3 ! bottom roughness [m] if ln_loglayer=T 676 685 ln_bfr2d = .false. ! horizontal variation of the bottom friction coef (read a 2D mask file ) 677 686 rn_bfrien = 50. ! local multiplying factor of bfr (ln_bfr2d=T) … … 690 699 &nambbc ! bottom temperature boundary condition 691 700 !----------------------------------------------------------------------- 701 ! ! ! (if <0 months) ! 702 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 703 ! ! ! (if <0 months) ! name ! (logical) ! (T/F ) ! 'monthly' ! filename ! pairing ! filename ! 704 sn_qgh ='geothermal_heating.nc', -12. , 'heatflow' , .false. , .true. , 'yearly' , '' , '' , '' 705 ! 706 cn_dir = './' ! root directory for the location of the runoff files 692 707 ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom 693 708 nn_geoflx = 2 ! geothermal heat flux: = 0 no flux … … 695 710 ! = 2 variable flux (read in geothermal_heating.nc in mW/m2) 696 711 rn_geoflx_cst = 86.4e-3 ! Constant value of geothermal heat flux [W/m2] 712 697 713 / 698 714 !----------------------------------------------------------------------- … … 719 735 !----------------------------------------------------------------------- 720 736 nn_eos = -1 ! type of equation of state and Brunt-Vaisala frequency 721 ! =-1, TEOS-10 722 ! = 0, EOS-80 737 ! =-1, TEOS-10 738 ! = 0, EOS-80 723 739 ! = 1, S-EOS (simplified eos) 724 740 ln_useCT = .true. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm … … 811 827 !----------------------------------------------------------------------- 812 828 ln_dynadv_vec = .true. ! vector form (T) or flux form (F) 829 nn_dynkeg = 0 ! scheme for grad(KE): =0 C2 ; =1 Hollingsworth correction 813 830 ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme 814 831 ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme … … 818 835 &nam_vvl ! vertical coordinate options 819 836 !----------------------------------------------------------------------- 820 ln_vvl_zstar = .true. ! zstar vertical coordinate 837 ln_vvl_zstar = .true. ! zstar vertical coordinate 821 838 ln_vvl_ztilde = .false. ! ztilde vertical coordinate: only high frequency variations 822 839 ln_vvl_layer = .false. ! full layer vertical coordinate … … 844 861 ln_hpg_zps = .true. ! z-coordinate - partial steps (interpolation) 845 862 ln_hpg_sco = .false. ! s-coordinate (standard jacobian formulation) 863 ln_hpg_isf = .false. ! s-coordinate (sco ) adapted to isf 846 864 ln_hpg_djc = .false. ! s-coordinate (Density Jacobian with Cubic polynomial) 847 865 ln_hpg_prj = .false. ! s-coordinate (Pressure Jacobian scheme) … … 940 958 ! = 1 add a tke source below the ML 941 959 ! = 2 add a tke source just at the base of the ML 942 ! = 3 as = 1 applied on HF part of the stress ("key_ coupled")960 ! = 3 as = 1 applied on HF part of the stress ("key_oasis3") 943 961 rn_efr = 0.05 ! fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 944 962 nn_htau = 1 ! type of exponential decrease of tke penetration below the ML … … 962 980 &namzdf_gls ! GLS vertical diffusion ("key_zdfgls") 963 981 !----------------------------------------------------------------------- 964 rn_emin = 1.e- 6! minimum value of e [m2/s2]982 rn_emin = 1.e-7 ! minimum value of e [m2/s2] 965 983 rn_epsmin = 1.e-12 ! minimum value of eps [m2/s3] 966 984 ln_length_lim = .true. ! limit on the dissipation rate under stable stratification (Galperin et al., 1988) 967 rn_clim_galp = 0.53 ! galperin limit 968 ln_crban = .true. ! Use Craig & Banner (1994) surface wave mixing parametrisation 985 rn_clim_galp = 0.267 ! galperin limit 969 986 ln_sigpsi = .true. ! Activate or not Burchard 2001 mods on psi schmidt number in the wb case 970 987 rn_crban = 100. ! Craig and Banner 1994 constant for wb tke flux 971 988 rn_charn = 70000. ! Charnock constant for wb induced roughness length 972 nn_tkebc_surf = 1 ! surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 973 nn_tkebc_bot = 1 ! bottom tke condition (0/1=Dir/Neum) 974 nn_psibc_surf = 1 ! surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 975 nn_psibc_bot = 1 ! bottom psi condition (0/1=Dir/Neum) 976 nn_stab_func = 2 ! stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 977 nn_clos = 1 ! predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 989 rn_hsro = 0.02 ! Minimum surface roughness 990 rn_frac_hs = 1.3 ! Fraction of wave height as roughness (if nn_z0_met=2) 991 nn_z0_met = 2 ! Method for surface roughness computation (0/1/2) 992 nn_bc_surf = 1 ! surface condition (0/1=Dir/Neum) 993 nn_bc_bot = 1 ! bottom condition (0/1=Dir/Neum) 994 nn_stab_func = 2 ! stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 995 nn_clos = 1 ! predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 978 996 / 979 997 !----------------------------------------------------------------------- … … 1011 1029 !! namc1d_uvd data: U & V currents ("key_c1d") 1012 1030 !! namc1d_dyndmp U & V newtonian damping ("key_c1d") 1031 !! namsto Stochastic parametrization of EOS 1013 1032 !!====================================================================== 1014 1033 ! … … 1069 1088 ln_dyndmp = .false. ! add a damping term (T) or not (F) 1070 1089 / 1090 !----------------------------------------------------------------------- 1091 &namsto ! Stochastic parametrization of EOS 1092 !----------------------------------------------------------------------- 1093 ln_rststo = .false. ! start from mean parameter (F) or from restart file (T) 1094 ln_rstseed = .true. ! read seed of RNG from restart file 1095 cn_storst_in = "restart_sto" ! suffix of stochastic parameter restart file (input) 1096 cn_storst_out = "restart_sto" ! suffix of stochastic parameter restart file (output) 1097 1098 ln_sto_eos = .false. ! stochastic equation of state 1099 nn_sto_eos = 1 ! number of independent random walks 1100 rn_eos_stdxy = 1.4 ! random walk horz. standard deviation (in grid points) 1101 rn_eos_stdz = 0.7 ! random walk vert. standard deviation (in grid points) 1102 rn_eos_tcor = 1440.0 ! random walk time correlation (in timesteps) 1103 nn_eos_ord = 1 ! order of autoregressive processes 1104 nn_eos_flt = 0 ! passes of Laplacian filter 1105 rn_eos_lim = 2.0 ! limitation factor (default = 3.0) 1106 / 1071 1107 1072 1108 !!====================================================================== … … 1075 1111 !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") 1076 1112 !! namtrd dynamics and/or tracer trends 1113 !! namptr Poleward Transport Diagnostics 1077 1114 !! namflo float parameters ("key_float") 1078 !! namptr Poleward Transport Diagnostics1079 1115 !! namhsb Heat and salt budgets 1080 1116 !!====================================================================== … … 1130 1166 !----------------------------------------------------------------------- 1131 1167 ln_diaptr = .false. ! Poleward heat and salt transport (T) or not (F) 1132 ln_diaznl = .true. ! Add zonal means and meridional stream functions 1133 ln_subbas = .true. ! Atlantic/Pacific/Indian basins computation (T) or not 1134 ! (orca configuration only, need input basins mask file named "subbasins.nc" 1135 ln_ptrcomp = .true. ! Add decomposition : overturning 1136 nn_fptr = 1 ! Frequency of ptr computation [time step] 1137 nn_fwri = 15 ! Frequency of ptr outputs [time step] 1168 ln_subbas = .false. ! Atlantic/Pacific/Indian basins computation (T) or not 1138 1169 / 1139 1170 !----------------------------------------------------------------------- … … 1185 1216 ln_sst = .false. ! Logical switch for SST observations 1186 1217 ln_reysst = .false. ! ln_reysst Logical switch for Reynolds observations 1187 ln_ghrsst = .false. ! ln_ghrsst Logical switch for GHRSST observations 1218 ln_ghrsst = .false. ! ln_ghrsst Logical switch for GHRSST observations 1188 1219 1189 1220 ln_sstfb = .false. ! Logical switch for feedback SST data … … 1212 1243 sstfbfiles = 'sst_01.nc' 1213 1244 ! seaicefiles Sea Ice input observation file names 1214 seaicefiles = 'seaice_01.nc' 1245 seaicefiles = 'seaice_01.nc' 1215 1246 ! velavcurfiles Vel. cur. daily av. input file name 1216 1247 ! velhvcurfiles Vel. cur. high freq. input file name
Note: See TracChangeset
for help on using the changeset viewer.