Symbol Description Uses
f file group name (or base name ) 9



File Line number Procedure Code
./pkg/fizhi/fizhi_moist.F 2680 CTEI
      _RL    k,krd,kmm,f
./pkg/fizhi/fizhi_moist.F 2705 CTEI
      f = 1.
./pkg/fizhi/fizhi_moist.F 2706 CTEI
      if (s.GT.0. ) f = max( 0.0 _d 0, min( 1.0 _d 0, exp(-s)) )
./pkg/fizhi/fizhi_moist.F 2708 CTEI
      cldfrc(i,L) = cldfrc(i,L)*f
./pkg/fizhi/fizhi_moist.F 2709 CTEI
      cldwat(i,L) = cldwat(i,L)*f
./pkg/ptracers/PTRACERS_MOD.h 25 NO PROCEDURE
        PtrISt(g)som_P(a,b,c,d,e,f)
./lsopt/cubic.F 20 CUBIC
      z1 = dble(fp) + dble(fpa) - 3.d0*dble(fa-f)/dble(ta-t)
./lsopt/cubic.F 2 CUBIC
      subroutine CUBIC( t, f, fp, ta, fa, fpa, tlower, tupper )
./lsopt/cubic.F 7 CUBIC
      double precision    t, f, fp, ta, fa, fpa, tlower, tupper