Changeset 8396
- Timestamp:
- 2017-08-01T12:42:38+02:00 (7 years ago)
- Location:
- branches/2015/nemo_v3_6_STABLE/NEMOGCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/nemo_v3_6_STABLE/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg
r6304 r8396 192 192 !----------------------------------------------------------------------- 193 193 nn_eos = 0 ! type of equation of state and Brunt-Vaisala frequency 194 ln_useCT = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 194 195 / 195 196 !----------------------------------------------------------------------- -
branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/CFC/trcsms_cfc.F90
r8353 r8396 94 94 ! 95 95 IF( nn_timing == 1 ) CALL timing_start('trc_sms_cfc') 96 97 IF(lwp) WRITE(numout,*) 98 IF(lwp) WRITE(numout,*) ' trc_sms_cfc: CFC model' 99 IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~~~~' 96 100 ! 97 101 ALLOCATE( zpatm(jphem,jp_cfc), STAT=ierr ) … … 190 194 ! 191 195 IF( lk_iomput ) THEN 196 jl = 0 192 197 DO jn = jp_cfc0, jp_cfc1 193 CALL iom_put( 'qtr_'//TRIM(ctrcnm(jn)) , qtr_cfc (:,:,jn) ) 194 CALL iom_put( 'qint_'//TRIM(ctrcnm(jn)), qint_cfc(:,:,jn) ) 198 jl = jl + 1 199 CALL iom_put( 'qtr_'//TRIM(ctrcnm(jn)) , qtr_cfc (:,:,jl) ) 200 CALL iom_put( 'qint_'//TRIM(ctrcnm(jn)), qint_cfc(:,:,jl) ) 195 201 ENDDO 196 202 ELSE
Note: See TracChangeset
for help on using the changeset viewer.