File |
Line number |
Procedure |
Code |
./pkg/seaice/SEAICE_PARAMS.h |
494 |
NO PROCEDURE |
_RL SEAICE_area_floor, SEAICE_area_max |
./pkg/seaice/SEAICE_PARAMS.h |
545 |
NO PROCEDURE |
& SEAICE_area_floor, SEAICE_area_max, |
./pkg/seaice/seaice_bottomdrag_coeffs.F |
152 |
SEAICE_BOTTOMDRAG_COEFFS |
& *(SEAICE_area_max - AREA(I,J,bi,bj)) ) |
./pkg/seaice/seaice_calc_ice_strength.F |
118 |
SEAICE_CALC_ICE_STRENGTH |
& *EXP(-SEAICE_cStar*(SEAICE_area_max-AREA(i,j,bi,bj))) |
./pkg/seaice/seaice_do_ridging.F |
114 |
SEAICE_DO_RIDGING |
AREA(I,J,bi,bj) = MIN(AREA(I,J,bi,bj),SEAICE_area_max) |
./pkg/seaice/seaice_growth.F |
1848 |
SEAICE_GROWTH |
& MIN( SEAICE_area_max, AREA(I,J,bi,bj) |
./pkg/seaice/seaice_readparms.F |
165 |
SEAICE_READPARMS |
& SEAICE_area_floor, SEAICE_area_max, SEAICE_tauAreaObsRelax, |
./pkg/seaice/seaice_readparms.F |
501 |
SEAICE_READPARMS |
SEAICE_area_max = 1.00 _d 0 |
./pkg/seaice/seaice_reg_ridge.F |
380 |
SEAICE_REG_RIDGE |
AREA(I,J,bi,bj)=MIN(AREA(I,J,bi,bj),SEAICE_area_max) |
./pkg/seaice/seaice_summary.F |
477 |
SEAICE_SUMMARY |
CALL WRITE_0D_RL( SEAICE_area_max ,INDEX_NONE, |