Changeset 4082
- Timestamp:
- 2013-10-21T12:05:50+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90
r4068 r4082 467 467 CALL ctl_stop( 'sbc_cpl_init: namsbc_cpl namelist mismatch between sn_rcv_qns%cldes and sn_rcv_dqnsdt%cldes' ) 468 468 ! ! ------------------------- ! 469 ! ! Ice Qsr penetration !470 ! ! ------------------------- !471 ! fraction of net shortwave radiation which is not absorbed in the thin surface layer472 ! and penetrates inside the ice cover ( Maykut and Untersteiner, 1971 ; Elbert anbd Curry, 1993 )473 ! Coupled case: since cloud cover is not received from atmosphere474 ! ===> defined as constant value -> definition done in sbc_cpl_init475 fr1_i0(:,:) = 0.18476 fr2_i0(:,:) = 0.82477 ! ! ------------------------- !478 469 ! ! 10m wind module ! 479 470 ! ! ------------------------- ! … … 1336 1327 END SELECT 1337 1328 1329 ! Ice Qsr penetration used (only?)in lim2 or lim3 1330 ! fraction of net shortwave radiation which is not absorbed in the thin surface layer 1331 ! and penetrates inside the ice cover ( Maykut and Untersteiner, 1971 ; Elbert anbd Curry, 1993 ) 1332 ! Coupled case: since cloud cover is not received from atmosphere 1333 ! ===> defined as constant value -> definition done in sbc_cpl_init 1334 fr1_i0(:,:) = 0.18 1335 fr2_i0(:,:) = 0.82 1336 1337 1338 1338 CALL wrk_dealloc( jpi,jpj, zcptn, ztmp, zicefr ) 1339 1339 !
Note: See TracChangeset
for help on using the changeset viewer.