Opened 5 years ago
Closed 5 years ago
#402 closed task (fixed)
Datarequest snow
Reported by: | fcheruy | Owned by: | maignan |
---|---|---|---|
Priority: | major | Milestone: | IPSLCM6.v1 |
Component: | Tools | Version: | trunc |
Keywords: | Cc: | peylin |
Description
Change History (3)
comment:1 Changed 5 years ago by fcheruy
comment:2 Changed 5 years ago by jgipsl
Done in [4687]
comment:3 Changed 5 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The nudging is done as follows
snowdz(:,:) = (1-alpha_nudge_snow)*snowdz(:,:) + alpha_nudge_snow * snowdz_read_current(:,:)
snowrho(:,:) = (1-alpha_nudge_snow)*snowrho(:,:) + alpha_nudge_snow * snowrho_read_current(:,:)
To computed the nudging increment of water in snow nudgeincswe I propose
nudgincswe=(:) alpha_nudge_snow*SUM_over_nsnow[snowdz_read_current(:,:)*snowrho_read_current(:,:) -snowdz(:,:)*snowrho(:,:) ]