Changeset 3930 for dynamico_lmdz/aquaplanet
- Timestamp:
- Apr 29, 2016, 6:22:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyaqua_mod.F90
r3917 r3930 333 333 entr_therm = 0. 334 334 detr_therm = 0. 335 336 !ym error : the sub surface dimension is the third not second : forgotten for iniaqua 337 ! falb_dir(:,is_ter,:)=0.08; falb_dir(:,is_lic,:)=0.6 338 ! falb_dir(:,is_oce,:)=0.5; falb_dir(:,is_sic,:)=0.6 339 falb_dir(:,:,is_ter)=0.08; falb_dir(:,:,is_lic)=0.6 340 falb_dir(:,:,is_oce)=0.5; falb_dir(:,:,is_sic)=0.6 341 342 !ym falb_dif has been forgotten, initialize with defaukt value found in phyetat0 or 0 ? 343 !ym probably the uninitialized value was 0 for standard (regular grid) case 344 falb_dif(:,:,:)=0 345 346 335 347 336 348
Note: See TracChangeset
for help on using the changeset viewer.