Timeline
2019-10-23:
- 21:02 Changeset [11781] by
-
Improve Fortran lexer by creating distinct states for comment, boolean, operator and punctuation
Respectively cmt, bool, opr & punc.
The regexps were from the 'core' state which was reduced to statements, data types and builtins
The punctuation state has evolved to handle & character more wisely:
highlight only if followed by whitespace (continuation line), if not
Tested with tracers.rst which includes routine, namelist and code-block.
Still a small issue with on a specific namelist.
- 18:08 Changeset [11780] by
-
Define fortran as the default language for code highlighting
So we only have to define the language in a code-block directive for others.
- 18:03 Changeset [11779] by
-
Create 'namelist' state to handle highlighting of this particular statement
Probably not optimized but it works.
The line have to start with the expecting syntax for declaring a namelist &[a-z][\w$]*
The token type that seems appropriate is the namespace (Name.Namespace).
The declaration of variables, arrays and data structures are taken into account in the same regexp
with bygroups
The slash terminator to end the namelist will also be colorized to make some kind of an envelope
surrounding the variables and arrays.
- 18:00 Changeset [11778] by
-
debug 4
- 17:49 Changeset [11777] by
-
Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Begin merge prepartions by merging changes on the trunk since this branch creation. Do this in staged commits in case of issues. First stage is to merge and commit changes to cfgs directory (cd cfgs; svn merge -r 10721:11740 svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk/cfgs ./)
- 17:39 Changeset [11776] by
-
debug 3
- 16:41 Changeset [11775] by
-
LB: solid updates+improvements of cool-skin/warm-layer capabilty of COARE and ECMWF bulk algorithms!
- 16:30 Changeset [11774] by
-
Correction of the state-variable advancement in adjoint mode (application of the patch attached to ticket #1443)
- 16:04 Changeset [11773] by
-
Change zbeta to 0.13
- 16:04 Changeset [11772] by
-
LB: solid updates+improvements of cool-skin/warm-layer capabilty of COARE and ECMWF bulk algorithms!
- 15:04 Changeset [11771] by
-
Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Updates to MY_SRC files in CANAL test case (previously untested on this branch).
- 14:02 Changeset [11770] by
-
Removal of unused node-factor formulae (ticket #2194)
- 12:08 Changeset [11769] by
-
#2222 1) change sponge definition to add time relaxation in addition to Laplacian diffusion (WRF like): Add new parameters in namelist.
2) Reduce sponge width by 1 child grid point to match coarse grid cells.
- 11:58 Changeset [11768] by
-
Addition of an alternative tidal-constituent parameter set (ticket #2194)
- 11:58 Changeset [11767] by
-
Modify lexer to recognize all logical operators
Move punctuation rule at the end of 'core' token to make operator rule working on .and., .not. & .or.
- 11:45 Changeset [11766] by
-
Add ENDIF in keywords, remove 'and', 'or' & 'not' from builtins
- 11:11 Changeset [11765] by
-
Import fortran lexer from Pygments for future changes
2019-10-22:
- 19:57 Changeset [11764] by
-
Addition of optional tidal-potential output (ticket #2194)
- 18:18 Changeset [11763] by
-
Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Update to WAD files that were previously untested on this branch
- 17:11 Ticket #2309 (print statements in iceberg model) closed by
-
fixed: fixed in revision 11536.
- 15:42 Changeset [11762] by
-
Enable outputting of sea ice volume and sea ice conductivity (as provided by the coupler).
- 12:02 Changeset [11761] by
-
Create unpub folder for unpublished READMEs (displayed with make drafthtml)
2019-10-21:
- 21:17 Changeset [11760] by
-
#2222, mistake in previous commit
- 18:24 Changeset [11759] by
-
Review README for data assimilation
- 18:19 Changeset [11758] by
-
Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Removal of unnecessary cyclic dependancy between oce_trc and step and update to previously untested BENCH MY_SRC files
- 17:57 Developers/Good Practices edited by
-
(diff)
- 17:20 Changeset [11757] by
-
Ticket #2320 create branch
- 17:09 Ticket #2320 (Improvements in text output) created by
-
==== Context NEMO writes a lot of text diagnostics (some of the files are …
- 16:59 Changeset [11756] by
-
UKMO/NEMO_4.0.1_GO8_package : Bug fix for previous change.
- 16:47 Changeset [11755] by
-
UKMO/NEMO_4.0.1_GO8_package :
- Make names consistent between Basic and CMIP6 standard diagnostics packages.
- Add bottom temperature and salinity to standard diagnostics packages.
- 16:25 Changeset [11754] by
-
Review README for coupling
- 16:21 Changeset [11753] by
-
Review README for AGRIF
- 16:08 Changeset [11752] by
-
Improve the view of todo items by adding the list in the TOC tree
- 15:58 Changeset [11751] by
-
Review README for tools
- 15:55 Changeset [11750] by
-
UKMO/NEMO_4.0.1_old_tidal_mixing : science change.
- 15:48 Changeset [11749] by
-
Fix to OPA_SRC/TRD/trdtrc.F90, so I can run just the physical ocean with Dr Hook
- 15:27 Changeset [11748] by
-
UKMO/NEMO_4.0.1_GO6_mixing : science change.
- 15:21 Changeset [11747] by
-
Review README for diagnostics
- 15:10 Changeset [11746] by
-
UKMO branch to reinstate old Simmons et al tidal mixing scheme at NEMO 4.0.1 to compare with new scheme.
- 15:00 Changeset [11745] by
-
Create symbolic link setup.rst to README in ./src/OCE/USR
- 14:59 Changeset [11744] by
-
UKMO branch to implement GO6 option for nn_htau.
- 14:57 Changeset [11743] by
-
Review README for configuration setup
- 14:37 Changeset [11742] by
-
UKMO/NEMO_4.0.1_GO8_package :
- Bug fixes.
- Temporarily revert masking of sea ice fields at non-icy ocean points because this doesn't work with XIOS 2.0.
- 12:26 Changeset [11741] by
-
#2222: correct definition of parent vertical grid on the child domain to perform vertical interpolation at boundaries. Use additionnal parent depths and number of levels arrays interpolated on the child grid domain to do so.
Correction of vertical interpolation of viscosity remains to be done as well as duplication of changes for passive tracers.
- 10:55 Changeset [11740] by
-
#2222, typo in comment
- 10:49 Changeset [11739] by
-
#2222, make possible vertical coordinate change with VORTEX (child vertical grid spacing chosen in namelist) + fix to compile VORTEX without key_AGRIF
- 09:34 Changeset [11738] by
-
The Dr Hook changes from my perl code.
2019-10-18:
- 20:13 Changeset [11737] by
-
Addition of terdiurnal components to the computation of the tidal potential (ticket #2194)
- 19:53 Changeset [11736] by
-
Remaining modified files
- 19:50 Changeset [11735] by
-
Review README for test cases (a gif file mentioned to illustrate CANAL is missing)
- 18:46 Changeset [11734] by
-
Review README for reference confgiurations
- 18:17 Changeset [11733] by
-
more debug
- 18:10 Changeset [11732] by
-
update trunk from #11730
- 18:06 Changeset [11731] by
-
update trunk from #11729
- 17:47 Changeset [11730] by
-
last commit: avoid division by 0 occuring on some rare occasions (CMMC and ECMWF issues). It might be machine dependant.
- 17:44 Changeset [11729] by
-
last but one commit: put back aEVP as a default rheology but force orca2 to use EVP instead
- 17:27 Changeset [11728] by
-
debug
- 17:19 Changeset [11727] by
-
Crop caption for AGRIF_DEMO illustration
- 16:49 Changeset [11726] by
-
add Changes to enable Alkalinity geo-ingeneering tests within MEDUSA
- 16:38 Changeset [11725] by
-
Add NOAA picture of PAPA ocean station
- 16:34 Changeset [11724] by
-
Add image of AMM domain bathymetry extract from Enda's reference paper
- 14:33 Changeset [11723] by
-
Review of INSTALL.rst
- 13:51 Changeset [11722] by
-
Removal of component nutide, which mirrors component nt, from variables of derived data type tide (ticket #2194)
- 13:46 Changeset [11721] by
-
Create branch for surface Alkalinity runs
- 12:58 Changeset [11720] by
-
add halo managment file- ticket #2009
- 12:52 Changeset [11719] by
-
add extra halo support- ticket #2009
- 12:03 Changeset [11718] by
-
Rename symlinks to rst files
Shortening the internal link syntax with :doc: and making it much readable
- 11:05 Changeset [11717] by
-
UKMO/NEMO_4.0.1_GO8_package: copy over changes from NEMO_4.0_GO8_package branch.
- 10:50 Changeset [11716] by
-
UKMO GO8 package branch relative to NEMO 4.0.1 release.
- 10:43 Changeset [11715] by
-
UKMO/NEMO_4.0.1_mirror : Remove SVN keywords.
- 10:26 Changeset [11714] by
-
Mirror of NEMO 4.0.1 release in UKMO branch with SVN keywords removed. To form base revision for UKMO builds.
2019-10-17:
- 17:49 Changeset [11713] by
-
Revamp TOP README and implement a TODO list
Review tracers.rst by adding snippets of source files
Add drafthtml target for Makefile related to draft building tag for sphinx-build to
display todo items at the top of the guide homepage
Misc:
- Use dedicated :file: role instead of ... for file or directory
- Update BibTeX entries of NEMO reference publications by using :title: role
- Dump of RELEASE_NOTES.rst
- New file todos.rst to list all items declared with todo directive
- Modify conf.py to add a conditional test for draft tag
- 14:10 Changeset [11712] by
-
in line with the previous commit, remove the same external definition on dev branches
- 12:06 Changeset [11711] by
-
Remove external definition to bibtool.rsc for trunk and 4.0.1
- 11:54 Changeset [11710] by
-
New branch for PISCES-QUOTA improvment see ticket #2319
- 11:48 Ticket #2319 (Create dev branch for PISCES-QUOTA improvments) created by
-
BE CAREFUL !!! Due to dynamic behaviour of this ticket creation page, it …
2019-10-16:
- 20:57 Changeset [11709] by
-
Choose a more appropriate name to identify the starting space to take the first steps as developer
Instead of collecting one by one your branches with several checkouts,
I suggest to download this developer directory to install a lightweight but working development environment in order to handle all your developments in one local working copy.
$ svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/developer
Then run the shell script install_dev_env.sh to do once for all a single checkout from
the SVN repository
$ ./install_dev_env.sh [ID] # Create './NEMO_dev' folder mimicking '/NEMO' on the repo $ # (development of the NEMO core with 'trunk', 'branches' & 'releases' $ ./install_dev_env.sh repo [ID] # Create './NEMO_repo' folder mimicking the entire repo (/) $ # (including source code defined as externals: AGRIF, tools, etc...)
In any case, the trunk and the latest release will be downloaded entirely.
Add your developer username (ID) to already have the right URL scheme for committing:
svn+ssh://... instead of default http://... (no need to launch svn sw --relocate ... later).
From that, the SVN operations will be much simpler with UNIX-like SVN cmds (svn {cp,ls,mv,rm} ...) before pushing the changes to the repository with the usual svn ci ....
To know how to manage your working copy (create, download and delete a branch), see README at the root.
- 11:13 Changeset [11708] by
-
z
- 11:05 Changeset [11707] by
-
Review of the rst content
In short, new citations.rst to have a distinct page for NEMO references and
an update of the global directives
- 10:51 Changeset [11706] by
-
Update files to be compliant with Python 3 (Python 2 no longer available)
The compilation of the guide is no longer easy with Python 2 with the need of virtual env to
downgrade some dependencies.
Last but not least, Python 2 support will expire by the end of the year.
2019-10-15:
- 19:58 Changeset [11705] by
-
Updating of the script with some improvments
- 15:44 New reply on Interoperability created by
-
[AGRIF] Child Bathymetry is not correct near boundaries
- 15:34 Users/Homepage/News edited by
-
(diff)
- 15:31 Users/Agenda/2019-10-15 created by
-
2019-10-14:
- 18:54 Changeset [11704] by
-
Expansion of include file tide.h90 to provide a choice of alternative (currently identical) tidal-constituent parameter sets during code preprocessing (ticket #2194)
- 18:33 Changeset [11703] by
-
Update as well the manual namelists
- 17:51 Changeset [11702] by
-
Restore default path for Font Awesome? using in the manual compilation
- 17:42 Changeset [11701] by
-
Remove DOI badge from cover page (unarchived versions for time being) and 'DRAFT' watermark
- 17:05 Changeset [11700] by
-
Revert few previous updates on namelists due to the use of the same name between NEMO and SI3
(namdyn_adv and namsbc)
- 16:33 Changeset [11699] by
-
Update namelist blocks included in the NEMO manual
- 16:25 Changeset [11698] by
-
Modify the release version accordingly (trunk → release-4.0.1)
- 16:12 Changeset [11697] by
-
Creation of NEMO 4.0.1
The externals definitions have been updated accordingly: replace @HEAD with the last revision
made on the particular sub-item
AGRIF is a special case: we have decided to reproduce the same organisation of /NEMO/releases so
the definition refers to the corresponding sub-branch in /vendors/AGRIF/release-4.0.1 to
the revision of its creation
- 15:53 Changeset [11696] by
-
Creation of AGRIF sub-branch for NEMO 4.0.1
- 15:00 Changeset [11695] by
-
Remove useless files for index styling
- 14:54 Changeset [11694] by
-
Fix to compilte TOP manual
- 14:53 Changeset [11693] by
-
Macros renaming
2019-10-12:
- 16:08 Changeset [11692] by
-
Update branch to integrate the development starting from the current v4.01 ready trunk
- 00:07 Changeset [11691] by
-
added OSMOSIS figure
2019-10-11:
- 19:05 Changeset [11690] by
-
Update chapters according to previous commit
- 19:03 Changeset [11689] by
-
Cleaning and renaming for readability
Apply the same rule from the LaTeX labels with the chapter prefix in the name of the figures
Put orphan files in unused subfolder
- 17:59 Changeset [11688] by
-
Load grffile package to avoid import issue with file extension
- 16:56 Changeset [11687] by
-
Temporary solution to solve LaTeX compilation issue with \includegraphics while waiting for TeXLive fix
For reference, see https://github.com/MiKTeX/miktex-packaging/issues/131
- 00:37 Changeset [11686] by
-
Font Awesome? fix for texlive on Mac
- 00:16 Changeset [11685] by
-
added OSMOSIS documentation to chap_ZDF.tex
- 00:16 Changeset [11684] by
-
chap_ZDF.tex now compiles
- 00:16 Changeset [11683] by
-
Monday morning
- 00:16 Changeset [11682] by
-
Sunday
- 00:15 Changeset [11681] by
-
Wednsday's changes
- 00:15 Changeset [11680] by
-
Thursday
- 00:15 Changeset [11679] by
-
Wednesday's additions
- 00:15 Changeset [11678] by
-
Tuesday's additions
- 00:15 Changeset [11677] by
-
added structure figure
- 00:15 Changeset [11676] by
-
Few more changes tp chap_ZDF.tex
- 00:15 Changeset [11675] by
-
started on flux-gradient relationship
- 00:15 Changeset [11674] by
-
start of OSMOSIS docs
2019-10-10:
- 17:24 Changeset [11673] by
-
Fix missing LaTeX pkgs
- 12:32 Changeset [11672] by
-
LB: "sbcblk_skin_coare.F90" now relies on "sbcdcy.F90" (modified) to know dawn/dusk time
- 11:55 user/nicolasmartin/Commit Message edited by
-
(diff)
- 11:45 user/nicolasmartin/Commit Message edited by
-
(diff)
- 11:42 user/nicolasmartin/Commit Message edited by
-
(diff)
- 11:39 user/nicolasmartin/Commit Message created by
-
2019-10-09:
- 15:02 Changeset [11671] by
-
Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Final, non-substantive changes to complete this branch. These changes remove all REWIND statements on the old namelist fortran units (now character variables for internal files). These changes have been left until last since they are easily repeated via a script and it may be preferable to use the previous revision for merge purposes and reapply these last changes separately. This branch has been fully SETTE tested.
- 14:52 Changeset [11670] by
-
Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Final substantive change to enable this branch to work with AGRIF. Most changes have occurred on an AGRIF development branch: /vendors/AGRIF/dev_r11615_ENHANCE-04_namelists_as_internalfiles_agrif which is needed to make this work. Previous commit to this branch has set the svn:externals reference accordingly
- 14:46 Changeset [11669] by
-
Modify svn externals definition only.
- 14:01 Changeset [11668] by
-
Branch dev_r11615_ENHANCE-04_namelists_as_internalfiles_agrif. Changes to support 2019/dev_r11615_ENHANCE-04_namelists_as_internalfiles developments.
These changes enable sufficient support for allocatable, zero-dimension character variables defined using the:
CHARACTER(LEN=
, ALLOCATABLE :: cstr
syntax. This is supported by:
- Adding : as a valid length identifier at line 1028 in fortran.y (and then rebuilding fortran.c and main.c via make -f Makefile.lex)
- Adding a carrayu entry to Agrif_Variable_c type in AGRIF_FILES/modtypes.F90 where carrayu is declared as:
- character(
, allocatable
- carrayu
- Substituting carrayu in place of carray0 declarations when character length matches : for zero-dimension variables. This occurs twice in LIB/toamr.c, e.g:
if (!strcasecmp(var→v_dimchar ,":") && var→v_nbdim == 0 )
{
sprintf (tname_2, "%% carrayu");
} else {
sprintf (tname_2, "%% carray%d", var→v_nbdim);
}
Any such character variables must be allocated by the user. Typically this is done with lines such as:
- IF ( .NOT. ALLOCATED(cdnambuff) ) ALLOCATE( CHARACTER(LEN=kleng)
- cdnambuff )
making AGRIF accept the CHARACTER(LEN=kleng) :: construct within the ALLOCATE statement was beyond my skills. Fortunately, for the current purpose, this
isn't necessary since such allocations only occur within utility routines in which the appropriate tabvar has been passed down. So:
!$AGRIF_DO_NOT_TREAT
- IF ( .NOT. ALLOCATED(cdnambuff) ) ALLOCATE( CHARACTER(LEN=kleng)
- cdnambuff )
avoids the issue.
- 12:40 Changeset [11667] by
-
New AGRIF development branch for AGRIF changes associated with 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles developments. Primarily this introduces some support for allocatable, zero-dimension character arrays using the CHARACTER(LEN=
, ALLOCATABLE :: cstr syntax. Changes are minimal but LEX additions necessitate rebuilding fortran.c and main.c which end up looking very different
- 12:17 Changeset [11666] by
-
LB: improved syntax
- 11:48 Changeset [11665] by
-
LB: syntax improvement.
2019-10-08:
- 19:32 Changeset [11664] by
-
Inclusion of selected long-periodic tidal constituents in the computation of the tidal potential (ticket #2194)
- 18:36 Changeset [11663] by
-
Addition of a namelist parameter to enable the selectability of alternative tidal parameter sets and tide-potential computations
- 17:24 Changeset [11662] by
-
Idem as before
- 17:24 Changeset [11661] by
-
Move custom bash Emacs fontification in a more appropriate place
- 12:09 Changeset [11660] by
-
LB: xios output of evaporation in sbcblk.F90
2019-10-07:
- 20:23 Changeset [11659] by
-
ENHANCE-03_domcfg: update README.rst (ticket #2143)
- 19:55 Changeset [11658] by
-
ENHANCE-03_domcfg: forced local domain to read the overlap region + re-arange the ocean output print (ticket #2143)
- 11:50 Changeset [11657] by
-
Couple the correct sea ice meltpond variables
2019-10-04:
- 21:03 Changeset [11656] by
-
ENHANCE-03_closea: add heat/fw fluxes output from closed seas + rm useless USE statements + add USE ONLY when reasonable + ensure heat conservation during the redistribution process (ticket #2143)
- 17:24 Changeset [11655] by
-
Addition of explicit job-name specification in the batch-script template for the NOC HPC system
- 15:15 Changeset [11654] by
-
ENHANCE-03_domcfg: forced the tools to write data over the EW overlap region. Issue in some eORCA1 decomposition without (ticket #2143)
- 14:34 Changeset [11653] by
-
Fix for bug in Smagorinsky scheme #2318.
- 13:40 Changeset [11652] by
-
Ticket #2314. Fix previous commit. Gives the same solution as Eric local copy for ORCA1.
- 12:07 Ticket #2318 (bug in Smagorinsky formulation at 4.0) closed by
-
fixed: In 11651: […]
- 12:07 Changeset [11651] by
-
UKMO/NEMO_4.0_GO8_package : Apply Smagorinsky bug fix (#2318) in GO8 package branch as temporary measure before we pick it up from trunk.
- 10:59 Changeset [11650] by
-
change arch file for jean-zay machine. Necessary to get restartability/reproducibility
- 10:57 Changeset [11649] by
-
change default parameters for landfast ice (Jef Lemieux pers. communication)
2019-10-03:
- 17:57 Changeset [11648] by
-
Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Introduce broadcast of namelist character buffer from single reader to all others. This completes the second stage but there is still an issue with AGRIF that may scupper this whole concept
- 16:44 Ticket #2318 (bug in Smagorinsky formulation at 4.0) created by
-
BE CAREFUL !!! Due to dynamic behaviour of this ticket creation page, it …
- 15:56 Changeset [11647] by
-
LB
- 14:13 Changeset [11646] by
-
Ticket #2314 changes for GO8 for tests
- 12:00 Changeset [11645] by
-
make sette work for jean-zay machine
- 10:06 Changeset [11644] by
-
Create branch to include CMIP6 diagnostics, see ticket #2315
2019-10-02:
- 16:29 Changeset [11643] by
-
Adding in Dr Hook to our OMIP branch.
- 16:28 Changeset [11642] by
-
Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Bugfixes on previous commit; fix substring starting point so that it advances correctly when reading namelist block with the loop.
- 15:12 Changeset [11641] by
-
Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Further substantive changes to the BDY routines that read multiple copies of some namelists from namelist_cfg. Special treatment is required to replicate the original behaviour with internal files. These changes emulate previous behaviour but removal of the reliance on multiple, same-named namelist blocks would be preferable.
- 14:06 Changeset [11640] by
-
just correct a print
- 13:13 Changeset [11639] by
-
regional mean and transport diagnostics added for reanalysis
- 12:53 Changeset [11638] by
-
LB: preliminary inclusion of "STATION_ASF" test-case!
- 12:48 Changeset [11637] by
-
LB: preliminary inclusion of "STATION_ASF" test-case!
- 12:41 Changeset [11636] by
-
revert yesterday changes and update mpp_loc_generic.h90 with the trunk version instead (ticket #2143)
- 12:25 Changeset [11635] by
-
updated branch for amm7 reanalysis
- 10:50 Changeset [11634] by
-
Add Rob's change ticket 246 to use surface data at coorect depth
2019-10-01:
- 21:06 Changeset [11633] by
-
modification for in case a domain is a land domain (MINLOC return 0 as indices for the min) (ticket #2143)
- 20:57 Changeset [11632] by
-
limit snow thickness after advection (with Prather) if snow load makes the ice-snow interface to deplet below sea surface (as for UM scheme)
- 20:22 Changeset [11631] by
-
LB: syntax improved…
- 19:37 Changeset [11630] by
-
Review of TRA chapter
- 18:17 Changeset [11629] by
-
ENHANCE-03_closea: cosmetic changes (ticket #2143)
- 18:12 Changeset [11628] by
-
ENHANCE-03_domcfg: add cpp_ENHANCE-03_domcfg.fcm and remove make_closea_masks.py (as now managed in the F90 code and remove compilation file (ticket #2143)
- 15:40 2019WP/ENHANCE-04_AndrewC-reporting/Internal_Namelists edited by
-
(diff)
- 15:37 2019WP/ENHANCE-04_AndrewC-reporting/Internal_Namelists edited by
-
(diff)
- 15:34 Changeset [11627] by
-
change some wrong comments
- 15:25 Changeset [11626] by
-
LB: syntax improved…
- 15:18 Changeset [11625] by
-
#2222, add initialization to 0 of tracer open boundary data with vertical interpolation + various neutral optimizations
- 15:07 Changeset [11624] by
-
Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Substantive changes required to replace all namelists with internal files. These are the key changes only; to compile and run tests all REWIND and CLOSE operations on the (no longer) units have to be removed. These changes affect many more files but can be scripted so are not included here in order to make a later merge easier. The scripts used to prepare code for testing are included on: wiki:2019WP/ENHANCE-04_AndrewC-reporting/Internal_Namelists. With these additional changes this code passes most SETTE tests but the AGRIF preprocessor does not currently accept the new allocatable character strings. To be investigated.
- 14:59 Changeset [11623] by
-
LB: syntax improved…
- 13:10 Changeset [11622] by
-
Review of "Time Domain" and DOM chapters
2019-09-30:
- 18:26 Changeset [11621] by
-
modify path for jeanzay arch files
- 16:37 Changeset [11620] by
-
UKMO/NEMO_4.0_momentum_trends : remove option to thickness-weight time mean of utrd_tau fields.
(Tiny error and utrd_tau fields not required for budgets).
- 15:57 Changeset [11619] by
-
LB: new cool-skin and warm-layer parameterizations for ECMWF and COARE3.6, COARE3.0 uses same CSWL param as for COARE3.6.
- 15:49 Changeset [11618] by
-
LB: new cool-skin and warm-layer parameterizations for ECMWF and COARE3.6, COARE3.0 uses same CSWL param as for COARE3.6.
- 15:33 Changeset [11617] by
-
LB: new cool-skin and warm-layer parameterizations for ECMWF and COARE3.6, COARE3.0 uses same CSWL param as for COARE3.6.
- 15:23 Changeset [11616] by
-
LB: new cool-skin and warm-layer parameterizations for ECMWF and COARE3.6, COARE3.0 uses same CSWL param as for COARE3.6.
- 15:18 Changeset [11615] by
-
LB: new cool-skin and warm-layer parameterizations for ECMWF and COARE3.6, COARE3.0 uses same CSWL param as for COARE3.6.
- 14:34 Changeset [11614] by
-
New development branch: 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles to try out improvements to namelist handling. See wiki:2019WP/ENHANCE-04_AndrewC-reporting/Internal_Namelists for the initial ideas. This work forms part of #2167
- 11:07 Changeset [11613] by
-
UKMO/NEMO_4.0_momentum_trends branch : first set of code changes.
2019-09-29:
- 10:55 Changeset [11612] by
-
make Prather the default advection scheme for ice simulations and drastically reduce the number of communications in Prather routine (by a factor of 10)
2019-09-27:
- 17:41 Changeset [11611] by
-
Branch to implement revised momentum trends diagnostics to correspond more closely to terms in the primitive equations.
- 14:08 Changeset [11610] by
-
#2222, fixes to enable compiling AGRIF with TOP
- 13:38 Changeset [11609] by
-
dev_PISCES_LBC : minor improvments
- 12:24 Changeset [11608] by
-
Review of "Model Basics" chapter
- 11:59 Changeset [11607] by
-
#2222, remove slight unconsistencies in update with or without key_vertical defined
- 10:10 Changeset [11606] by
-
Add batch template for CNRS new computer JEAN-ZAY
2019-09-26:
- 21:23 Changeset [11605] by
-
#2222, tidy _wp for some variables. There are small difference in
simulations of the AGRIF_DEMO config with Pacific only nest (same
vertical grid) with and without key_vertical.
- 19:31 2019WP/AGRIF-05_jchanut_vert_coord_interp edited by
-
(diff)
- 19:27 2019WP/AGRIF-05_jchanut_vert_coord_interp edited by
-
(diff)
- 18:48 Changeset [11604] by
-
ENHANCE-03_domcfg: remove useless variable in domclo and domutil + cosmetics changes (ticket #2143)
- 17:27 Changeset [11603] by
-
#2222, 1) correct time interpolation of barotropic velocities in corners. 2) Clean remapping module and enable remapping several variables at the same time. At this stage, vertical remapping doesn't change VORTEX results with an identical vertical grid ONLY in one way mode and a linearized free surface (within truncature errors).
- 17:16 Changeset [11602] by
-
ENHANCE-03_domcfg: remove gde3w_0 as outputed in domcfg.nc (ticket #2143)
- 16:54 Changeset [11601] by
-
correct the check on conservation for sea ice (does not impact sette tests)
- 13:58 Changeset [11600] by
-
Typo correction in namelists
- 10:53 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:52 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:51 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:49 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:49 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:47 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:29 Scientific Advisory Board/Agenda/2019-09-12 edited by
-
(diff)
- 10:03 Scientific Advisory Board edited by
-
(diff)
2019-09-25:
- 22:19 Changeset [11599] by
-
Cosmetic cleaning
- 22:00 Changeset [11598] by
-
Add template of versioning record at the beginning of chapters
- 20:20 Changeset [11597] by
-
Continuation of coding rules application
Recovery of some sections deleted by the previous commit
- 19:06 Changeset [11596] by
-
Application of some coding rules
- Replace comments before sectioning cmds by a single line of 100 characters long to display when every line should break
- Replace multi blank lines by one single blank line
- For list environment, put \item, label and content on the same line
- Remove \newpage and comments line around figure envs
- 17:51 2019WP/ENHANCE-04_AndrewC-reporting/Internal_Namelists created by
-
- 16:22 Changeset [11595] by
-
Fix the paths for graphics searching
- 16:16 Changeset [11594] by
-
Review svn:ignore and svn:externals properties (3)
- 16:14 Changeset [11593] by
-
Review svn:ignore and svn:externals properties (2)
- 16:11 Changeset [11592] by
-
Review svn:ignore and svn:externals properties
- 13:52 Changeset [11591] by
-
Cleaning, linking and renaming
2019-09-23:
- 18:25 Changeset [11590] by
-
#2222: 1) create remapping module (vremap) and integration of D. Engwirda piecewise polynomial recontruction package (PPR_LIB cpp key). 2) Various bug corrections with key_vertical activated.
- 17:12 Changeset [11589] by
-
dev_r11265_ABL : see #2131
- ABL_TOOLS first working version (README empty and arch files ignored for now)
- 16:53 Changeset [11588] by
-
Move test for nn_iceini_file to after it is loaded from namelist.