| 1 | == On going work on alpha v4.0 == |
| 2 | |
| 3 | '''Various issues to be solved before the beta version :['''[BR]] |
| 4 | • ISOMIP & OVERFLOW — Pb avec ln_zps and co….. ==>> SIMONA |
| 5 | |
| 6 | • sbcisf: issue with drag coefficient: made all drag option available with ISF (cf !!gm comment replicated below) |
| 7 | {{{ |
| 8 | !!gm NB use pCdU here so that it will incorporate local boost of Cd0 and log layer case : |
| 9 | !! zustar(:,:) = SQRT( rCdU_top(:,:) * SQRT(utbl(:,:) * utbl(:,:) + vtbl(:,:) * vtbl(:,:) + r_ke0_top) ) |
| 10 | !! or better : compute ustar in zdfdrg and use it here as well as in TKE, GLS and Co |
| 11 | !! |
| 12 | !! ===>>>> GM to be done this chrismas |
| 13 | !! |
| 14 | !!gm end |
| 15 | }}} |
| 16 | |
| 17 | • dynspg_ts.F90 ===>>> zwz zhf … calculation to be revisited (probably generic one is needed) |
| 18 | |
| 19 | |
| 20 | • dynbfr.F90 ==> move this routine in zdfdrg and call it in dynzdf if explicit drag are used |
| 21 | |
| 22 | • diatmb ==>>> control by iom_use SVP + top/bottom velocities are not at mkbt mibt |
| 23 | ==>>> créer in dia manager qui appelle tout les dia ? 1 seul timing |
| 24 | |
| 25 | • osmosis ==>>> move the restart inside zdfosm.F90 not in step.F90 |
| 26 | |
| 27 | |
| 28 | • check all " !!gm " ==>>> solve the reported issues if possible |
| 29 | |
| 30 | • bi-perio : create a "true" bi-periodic case that work in all MPI domain decomposition |
| 31 | |
| 32 | • Remove the lbc_lnk_bdy (a agreement in needed for that) |
| 33 | |
| 34 | • OFF_SRC dyndta replace the " USE => " and use a local array |
| 35 | |
| 36 | |
| 37 | • model time step : r2dt to be defined only 1 time (in step ?) ==>>> use r2dt everywhere (remove all z2dt) |
| 38 | |
| 39 | |
| 40 | • C1D moved in TEST_CASES ===>>> from Romain's work + remove key_c1d |
| 41 | |
| 42 | • sbcice_if : introduce a sbc_ice_if_init and create the climatological file ==>>> Simona if you want ? |
| 43 | |
| 44 | • Closea ==>>> test case to be created from ORCA2 ==>>> Simona? |
| 45 | |
| 46 | • iceberg : #1602 (heat flux) and #1595 (ifs & icb) |
| 47 | |
| 48 | • iceberg : use iceberg thickness integrated current ==>>> #1900 (dev of Merino to be committed) |
| 49 | |
| 50 | • energy dissipation diag to be added as in v3.6 stable |
| 51 | |
| 52 | • remove : key_trdmxl_trc & key_trdtrc |
| 53 | |
| 54 | [[BR]] |
| 55 | [[BR]] |
| 56 | |
| 57 | '''Note for Christian: '''[[BR]] |
| 58 | |
| 59 | - p4zsbc ===>>> bug correction (misplaced logical) |
| 60 | |
| 61 | - p4zflx (p4z_flx_init) : |
| 62 | {{{ |
| 63 | !!gm BUG !!! ===>>> ln_presatm and ln_presatmco2 are used below, but read in namelist |
| 64 | !!gm at the end of the routine via a CALL to CALL p4z_patm( nit000 ) |
| 65 | }}} |
| 66 | |
| 67 | |
| 68 | [[BR]] |
| 69 | [[BR]] |
| 70 | [[BR]] |
| 71 | |
| 72 | |
| 73 | |