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.
Changeset 5352 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/OPA_SRC/IOM – NEMO

Ignore:
Timestamp:
2015-06-04T17:01:01+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: update for fraqsr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r5299 r5352  
    135135                     CALL iom_rstput( kt, nitrst, numrow, 'rhd'    , rhd       ) 
    136136#endif 
    137                   IF( lk_lim3 .OR. ( nn_components == jp_iam_opa ) ) THEN 
    138                      CALL iom_rstput( kt, nitrst, numrow, 'fraqsr_1lev'  , fraqsr_1lev     ) !clem modif 
    139                   ENDIF 
    140137      IF( kt == nitrst ) THEN 
    141138         CALL iom_close( numrow )     ! close the restart file (only at last time step) 
     
    268265      ENDIF 
    269266      ! 
    270 !EM Idem 
    271 !EM      IF( lk_lim3 .OR. ( nn_components == jp_iam_opa ) ) THEN 
    272          CALL iom_get( numror, jpdom_autoglo, 'fraqsr_1lev' , fraqsr_1lev ) 
    273 !EM      ENDIF 
    274       ! 
    275267   END SUBROUTINE rst_read 
    276268 
Note: See TracChangeset for help on using the changeset viewer.