source: Roms_tools/Run/roms_forecast.in @ 2

Last change on this file since 2 was 1, checked in by cholod, 13 years ago

import Roms_Agrif

File size: 3.7 KB
RevLine 
[1]1title:
2        South West Pacific Forecast
3time_stepping: NTIMES   dt[sec]  NDTFAST  NINFO
4                720     720     60      1
5S-coord: THETA_S,   THETA_B,    Hc (m)
6           6.0d0      0.0d0      5.0d0
7grid:  filename
8                          roms_grd.nc
9forcing: filename
10                          roms_frc_GFS_0.nc
11bulk_forcing: filename
12                          roms_blk_GFS_0.nc
13boundary: filename
14                          roms_bry_mercator_0.nc
15climatology: filename   
16                          roms_clm_mercator_0.nc
17initial: NRREC  filename
18          4
19                          roms_ini.nc
20restart:          NRST, NRPFRST / filename
21                  840    0
22                          roms_rst.nc
23history: LDEFHIS, NWRT, NRPFHIS / filename
24            T     30     0
25                          roms_his.nc
26averages: NTSAVG, NAVG, NRPFAVG / filename
27            1     120     0
28                          roms_avg.nc
29
30primary_history_fields: zeta UBAR VBAR  U  V   wrtT(1:NT)
31                          T    F   F    T  T    10*T
32auxiliary_history_fields:   rho Omega  W  Akv  Akt  Aks  HBL ...
33                             F   F     F   F    F    F   10*F
34
35primary_averages: zeta UBAR VBAR  U  V   wrtT(1:NT)
36                   T    T    T    T  T   10*T
37auxiliary_averages: rho Omega  W  Akv  Akt  Aks  HBL  ...
38                     F   T     T   F    T    F    10*T
39
40
41rho0:
42      1025.d0
43
44lateral_visc:   VISC2,    VISC4    [m^2/sec for all]
45                 0.       0.
46
47tracer_diff2: TNU2(1:NT)           [m^2/sec for all]
48               10*0.d0
49
50tracer_diff4: TNU4(1:NT)           [m^4/sec for all]
51               30*0.d11
52
53bottom_drag:     RDRG [m/s],  RDRG2,  Zob [m],  Cdb_min, Cdb_max
54                 0.0d-04      0.d-3    1.d-2     1.d-4    1.d-1
55
56gamma2:
57                 1.d0
58
59sponge:          X_SPONGE [m],    V_SPONGE [m^2/sec]
60                   100.e3           1000.
61
62nudg_cof:    TauT_in, TauT_out, TauM_in, TauM_out  [days for all]
63                1.       360.      3.      360.
64
65
66
67
68diagnostics:   ldefdia   nwrtdia    nrpfdia /filename
69                  T        144         0
70                                   roms_diags.nc
71diag_avg: ldefdia_avg  ntsdia_avg  nwrtdia_avg  nprfdia_avg /filename
72               T          1           144            0
73                                                 roms_diags_avg.nc
74
75diagnostics_bio:   ldefdiabio   nwrtdiabio    nrpfdiabio /filename
76                        T          20             0
77                                   roms_diagsbio.nc
78diagbio_avg: ldefdiabio_avg  ntsdiabio_avg  nwrtdiabio_avg  nprfdiabio_avg /filename
79                  T              1              20              0
80                                                 roms_diagsbio_avg.nc
81
82sediments: input file
83           sediment.in
84sediment_history_fields: bed_thick bed_poros bed_fra(sand,silt)
85                            T         F        T  T
86
87bbl_history_fields: Abed Hripple Lripple Zbnot Zbapp Bostrw
88                     T      F       F      T     F     T
89
90floats: LDEFFLT, NFLT, NRPFFLT / inpname, hisname
91           T       6      0
92                                   floats.in
93                                   floats.nc
94float_fields:  Grdvar Temp Salt Rho Vel
95                 F     F    F    F   F
96
97stations: LDEFSTA, NSTA, NRPFSTA / inpname, hisname
98             T      400      0
99                                    stations.in
100                                    stations.nc
101station_fields:  Grdvar Temp Salt Rho Vel
102                   T     T    T    T   T
103
104psource:   Nsrc  Isrc  Jsrc  Dsrc  Qbar [m3/s]    Lsrc        Tsrc
105            2
106                  3    54     1    200.            T T      5. 0.
107                  3    40     0    200.            T T      5. 0.
108
Note: See TracBrowser for help on using the repository browser.