File |
Line number |
Procedure |
Code |
./pkg/thsice/thsice_get_precip.F |
126 |
THSICE_GET_PRECIP |
precip(i,j) = cheapPrecip(i,j,bi,bj) |
./pkg/thsice/thsice_get_precip.F |
139 |
THSICE_GET_PRECIP |
snowPrc(i,j) = cheapPrecip(i,j,bi,bj) |
./pkg/thsice/thsice_get_precip.F |
154 |
THSICE_GET_PRECIP |
& *( cheapPrecip(i,j,bi,bj) - snowPrc(i,j) ) |
./pkg/cheapaml/CHEAPAML.h |
37 |
NO PROCEDURE |
& cheapPrecip |
./pkg/cheapaml/CHEAPAML.h |
54 |
NO PROCEDURE |
_RL cheapPrecip(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy) |
./pkg/cheapaml/cheapaml.F |
497 |
CHEAPAML |
cheapPrecip(i,j,bi,bj) = precip*1200/CheapHgrid(i,j,bi,bj) |
./pkg/cheapaml/cheapaml.F |
506 |
CHEAPAML |
& -cheapPrecip(i,j,bi,bj) |
./pkg/cheapaml/cheapaml.F |
729 |
CHEAPAML |
CALL DIAGNOSTICS_FILL(cheapPrecip,'CH_Prec ',0,1,0,1,1,myThid) |
./pkg/cheapaml/cheapaml_fields_load.F |
416 |
CHEAPAML_FIELDS_LOAD |
cheapPrecip(i,j,bi,bj) = bWght*cheappr0(i,j,bi,bj) |
./pkg/cheapaml/cheapaml_init_varia.F |
74 |
CHEAPAML_INIT_VARIA |
cheapPrecip (i,j,bi,bj) = 0. _d 0 |