New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
ticket/0944/Review (diff) – NEMO

Changes between Version 3 and Version 4 of ticket/0944/Review


Ignore:
Timestamp:
2012-11-16T17:56:14+01:00 (11 years ago)
Author:
cbricaud
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0944/Review

    v3 v4  
    2121Please indent the code inside the if statement in obs_sst_opt. 
    2222 
     23 
     24 
    2325Daniel Lea  15/11/2012 
    2426 
     
    3032Test with ld_sstnight = .false. has been already done and results are the same with NEMO_3.4 tag. 
    3133For the indentation in obs_sst_opt, it is ok. 
    32  
     34Concerning the optionnal allocation for vdmean in  obs_surf_alloc, it is a little bit heavy , because ln_*sst_night logical are declared in upper routine (diaobs), and it needs to put some optional logical in argument for  obs_rea_sst* subroutines, and obs_surf_alloc, obs_surf_dealloc, obs_surf_compress,obs_surf_decompress subroutines. 
    3335 
    3436