Symbol Description Uses
frwAtm net fresh-water flux (E-P) to the atmosphere [kg/m2/s] 10



File Line number Procedure Code
./pkg/thsice/thsice_calc_thickn.F 1100 THSICE_CALC_THICKN
         frwAtm(i,j) = frwAtm(i,j) - prcAtm(i,j)
./pkg/thsice/thsice_calc_thickn.F 126 THSICE_CALC_THICKN
      _RL frwAtm (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
./pkg/thsice/thsice_calc_thickn.F 15 THSICE_CALC_THICKN
     U                  frwAtm, fzMlOc, flx2oc,
./pkg/thsice/thsice_calc_thickn.F 327 THSICE_CALC_THICKN
         evapLoc(i,j) = frwAtm(i,j)
./pkg/thsice/thsice_calc_thickn.F 401 THSICE_CALC_THICKN
     &        frwAtm(i,j),fzMlOc(i,j),Fbot(i,j)
./pkg/thsice/thsice_check_conserv.F 49 THSICE_CHECK_CONSERV
      _RL flxAtm, frwAtm
./pkg/thsice/thsice_check_conserv.F 63 THSICE_CHECK_CONSERV
          frwAtm = icFrwAtm(i,j,bi,bj)
./pkg/thsice/thsice_check_conserv.F 87 THSICE_CHECK_CONSERV
     &    flxAtm-qleft, -ffresh-frwAtm,-fsalt
./pkg/thsice/thsice_check_conserv.F 89 THSICE_CHECK_CONSERV
          dWater = dWater - thSIce_deltaT*flxFrac*(ffresh+frwAtm)