We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2d877 commit 091e808Copy full SHA for 091e808
dlnd/dlnd_datamode_rof_forcing_mod.F90
@@ -44,6 +44,9 @@ module dlnd_datamode_rof_forcing_mod
44
real(r8), pointer :: strm_Flrl_irrig(:) => null()
45
46
integer :: ntracers_nonh2o
47
+
48
+ ! Note that setting the maximum value to 99 is due to the i2.2 format below
49
+ ! for generating the strm_fld field names
50
integer, parameter :: ntracers_nonh2o_max = 99
51
52
character(*), parameter :: nullstr = 'null'
0 commit comments