3*************************************************** hernan g. arango ***
4** copyright(c) 2002-2025 the roms group **
5** licensed under a mit/x style license **
6** see license_roms.md **
7************************************************************************
9** writes franks et al. (1986) ecosystem model input parameters into **
10**
output netcdf files. it is included in routine
"wrt_info.F". **
12************************************************************************
18 CALL pio_netcdf_put_ivar (ng, model, ncname,
'BioIter', &
19 & bioiter(ng), (/0/), (/0/), &
21 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
23 CALL pio_netcdf_put_fvar (ng, model, ncname,
'K_ext', &
24 & k_ext(ng), (/0/), (/0/), &
26 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
28 CALL pio_netcdf_put_fvar (ng, model, ncname,
'K_NO3', &
29 & k_no3(ng), (/0/), (/0/), &
31 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
33 CALL pio_netcdf_put_fvar (ng, model, ncname,
'K_Phy', &
34 & k_phy(ng), (/0/), (/0/), &
36 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
38 CALL pio_netcdf_put_fvar (ng, model, ncname,
'Vm_NO3', &
39 & vm_no3(ng), (/0/), (/0/), &
41 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
43 CALL pio_netcdf_put_fvar (ng, model, ncname,
'PhyMR', &
44 & phymr(ng), (/0/), (/0/), &
46 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
48 CALL pio_netcdf_put_fvar (ng, model, ncname,
'ZooGR', &
49 & zoogr(ng), (/0/), (/0/), &
51 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
53 CALL pio_netcdf_put_fvar (ng, model, ncname,
'ZooMR', &
54 & zoomr(ng), (/0/), (/0/), &
56 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
58 CALL pio_netcdf_put_fvar (ng, model, ncname,
'ZooMD', &
59 & zoomd(ng), (/0/), (/0/), &
61 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
63 CALL pio_netcdf_put_fvar (ng, model, ncname,
'ZooGA', &
64 & zooga(ng), (/0/), (/0/), &
66 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
68 CALL pio_netcdf_put_fvar (ng, model, ncname,
'ZooEC', &
69 & zooec(ng), (/0/), (/0/), &
71 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
73 CALL pio_netcdf_put_fvar (ng, model, ncname,
'DetRR', &
74 & detrr(ng), (/0/), (/0/), &
76 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
78 CALL pio_netcdf_put_fvar (ng, model, ncname,
'wDet', &
79 & wdet(ng), (/0/), (/0/), &
81 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN