Changeset 9660
- Timestamp:
- 2018-05-28T14:09:12+02:00 (7 years ago)
- Location:
- NEMO/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/ICE/icedyn_rhg_evp.F90
r9656 r9660 498 498 CALL agrif_interp_ice( 'V' ) 499 499 #endif 500 IF( ln_bdy ) CALL bdy_ice_dyn( 'V' ) 500 !clem: this call makes rheology numerically unstable, thus I removed it but one has to check the effect on the boundaries 501 ! IF( ln_bdy ) CALL bdy_ice_dyn( 'V' ) 501 502 ! 502 503 DO jj = 2, jpjm1 … … 546 547 CALL agrif_interp_ice( 'U' ) 547 548 #endif 548 IF( ln_bdy ) CALL bdy_ice_dyn( 'U' ) 549 !clem: this call makes rheology numerically unstable, thus I removed it but one has to check the effect on the boundaries 550 ! IF( ln_bdy ) CALL bdy_ice_dyn( 'U' ) 549 551 ! 550 552 ELSE ! odd iterations … … 596 598 CALL agrif_interp_ice( 'U' ) 597 599 #endif 598 IF( ln_bdy ) CALL bdy_ice_dyn( 'U' ) 600 !clem: this call makes rheology numerically unstable, thus I removed it but one has to check the effect on the boundaries 601 ! IF( ln_bdy ) CALL bdy_ice_dyn( 'U' ) 599 602 ! 600 603 DO jj = 2, jpjm1 … … 644 647 CALL agrif_interp_ice( 'V' ) 645 648 #endif 646 IF( ln_bdy ) CALL bdy_ice_dyn( 'V' ) 649 !clem: this call makes rheology numerically unstable, thus I removed it but one has to check the effect on the boundaries 650 ! IF( ln_bdy ) CALL bdy_ice_dyn( 'V' ) 647 651 ! 648 652 ENDIF -
NEMO/trunk/tests/SAS_BIPER/EXP00/1_namelist_ice_cfg
r9019 r9660 1 1 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2 !! ESIMnamelist:2 !! SI3 namelist: 3 3 !! 1 - Generic parameters (nampar) 4 4 !! 2 - Ice thickness discretization (namitd) -
NEMO/trunk/tests/SAS_BIPER/EXP00/namelist_ice_cfg
r9019 r9660 1 1 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2 !! ESIMnamelist:2 !! SI3 namelist: 3 3 !! 1 - Generic parameters (nampar) 4 4 !! 2 - Ice thickness discretization (namitd)
Note: See TracChangeset
for help on using the changeset viewer.